OC-1663: Replace references to app_name in code
[pub/Android/ownCloud.git] / AndroidManifest.xml
index 9145aba..0acd29f 100644 (file)
@@ -44,6 +44,7 @@
     </uses-permission>
 
     <application
+        android:name=".MainApp"
         android:icon="@drawable/icon"
         android:label="@string/app_name"
         android:theme="@style/Theme.ownCloud"> 
 
         <provider
             android:name=".providers.FileContentProvider"
-            android:authorities="org.owncloud"
+            android:authorities="@string/authority"
             android:enabled="true"
             android:exported="false"
             android:label="@string/sync_string_files"