summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMatt Garnes <matt@cyngn.com>2014-06-12 15:07:36 -0700
committerMatt Garnes <matt@cyngn.com>2014-06-17 19:02:28 -0700
commit8ca6c2a3d078aab3746a59a123b5a100bca6a2df (patch)
tree10649ceed0f93812ec7574af178aafb68c581d13 /AndroidManifest.xml
parent56db21e5af4c17f9308ceb07b0f3ab651743b5cd (diff)
downloadandroid_packages_apps_Trebuchet-8ca6c2a3d078aab3746a59a123b5a100bca6a2df.tar.gz
android_packages_apps_Trebuchet-8ca6c2a3d078aab3746a59a123b5a100bca6a2df.tar.bz2
android_packages_apps_Trebuchet-8ca6c2a3d078aab3746a59a123b5a100bca6a2df.zip
Add a custom home screen to Trebuchet.
Scrolling to the left will now open a custom home screen that can be used to display information provided by the system or third parties via an API. Change-Id: I62991c0634b686ca875d04fa118695050731ba7e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d2e821189..b26dfcf91 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,6 +32,10 @@
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="signatureOrSystem" />
<permission
+ android:name="com.android.launcher.home.permissions.HOME_APP"
+ android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
+ android:protectionLevel="dangerous" />
+ <permission
android:name="com.android.launcher3.permission.READ_SETTINGS"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="dangerous"