summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-06-24 06:44:14 +0200
committerArne Coucheron <arco68@gmail.com>2017-06-25 00:12:47 +0200
commit8b8de5f5bef86df3a3150ad207c730edf13d2273 (patch)
tree7fe30391662e97660b7420a348d5349885d463a9 /AndroidManifest.xml
parente4411d635c9bb2792b34059590766fe25105c24e (diff)
downloadandroid_packages_apps_Trebuchet-8b8de5f5bef86df3a3150ad207c730edf13d2273.tar.gz
android_packages_apps_Trebuchet-8b8de5f5bef86df3a3150ad207c730edf13d2273.tar.bz2
android_packages_apps_Trebuchet-8b8de5f5bef86df3a3150ad207c730edf13d2273.zip
Trebuchet: Rename settings provider
Rename in order to avoid conflicts with AOSP launcher and other launchers based on it. Change-Id: Ib44f96add26d0f60d08e642044b1cde35f489cd3
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a7038ba73..79edd3432 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -169,7 +169,7 @@
<!-- The settings provider contains Home's data, like the workspace favorites -->
<provider
android:name="com.android.launcher3.LauncherProvider"
- android:authorities="com.android.launcher3.settings"
+ android:authorities="com.cyanogenmod.trebuchet.settings"
android:exported="true"
android:writePermission="com.android.launcher3.permission.WRITE_SETTINGS"
android:readPermission="com.android.launcher3.permission.READ_SETTINGS" />