summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMatt Garnes <matt@cyngn.com>2014-06-20 13:39:50 -0700
committerRaj Yengisetty <rajesh@cyngn.com>2015-07-24 19:30:15 -0700
commit9431c89974fb4c119da5e53bcdef5c5f8b390652 (patch)
tree121ed40c244f545f571c0220bacb867c0352ca95 /AndroidManifest.xml
parent0c5f6f6dc6c5e6948ff5683fa8ed38ed956f457c (diff)
downloadandroid_packages_apps_Trebuchet-9431c89974fb4c119da5e53bcdef5c5f8b390652.tar.gz
android_packages_apps_Trebuchet-9431c89974fb4c119da5e53bcdef5c5f8b390652.tar.bz2
android_packages_apps_Trebuchet-9431c89974fb4c119da5e53bcdef5c5f8b390652.zip
Add support for CMHome (1/2)
Add permission for DashClock extensions. Change Trebuchet to allow viewing additional screen. Add setting that to configure Google Now / CMHome. Change-Id: I63286a2cce87455ed411bd4c77680200eec89be7
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a90b96fb0..4538cfd9d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -68,7 +68,13 @@
<permission
android:name="com.android.launcher3.permission.RECEIVE_FIRST_LOAD_BROADCAST"
android:protectionLevel="signatureOrSystem" />
+ <permission
+ android:name="com.google.android.apps.dashclock.permission.READ_EXTENSION_DATA"
+ android:label="@string/permission_label_read_extension_data"
+ android:description="@string/permission_desc_read_extension_data"
+ android:protectionLevel="normal" />
+ <uses-permission android:name="com.google.android.apps.dashclock.permission.READ_EXTENSION_DATA" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.SET_WALLPAPER" />
<uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" />
@@ -99,7 +105,7 @@
android:supportsRtl="true" >
<activity
- android:name="org.cyanogenmod.trebuchet.TrebuchetLauncher"
+ android:name="org.cyanogenmod.trebuchet.CustomHomeLauncher"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"