summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2015-08-19 22:52:47 +0100
committerMichael Wright <michaelwr@google.com>2015-08-21 17:12:22 +0100
commit39e5e947447bc611205404ae6a4690656f1aa0f9 (patch)
treee3b56256bffed70d030498b2b69520e0adef2cc6 /core/res/AndroidManifest.xml
parent99b252adc78a0450b7a881aff93a77f6d0e160ce (diff)
downloadframeworks_base-39e5e947447bc611205404ae6a4690656f1aa0f9.zip
frameworks_base-39e5e947447bc611205404ae6a4690656f1aa0f9.tar.gz
frameworks_base-39e5e947447bc611205404ae6a4690656f1aa0f9.tar.bz2
Add TabletModeChangedListener for SystemUI.
Bug: 23256614 Change-Id: I6e5d636c24a84846cfad84da800911a469689dda
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 58f2d47..446b67f 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -2014,6 +2014,12 @@
<permission android:name="android.permission.SET_KEYBOARD_LAYOUT"
android:protectionLevel="signature" />
+ <!-- Allows an application to monitor changes in tablet mode.
+ <p>Not for use by third-party applications.
+ @hide -->
+ <permission android:name="android.permission.TABLET_MODE_LISTENER"
+ android:protectionLevel="signature" />
+
<!-- Allows an application to request installing packages. Apps
targeting APIs greater than 22 must hold this permission in
order to use {@link android.content.Intent#ACTION_INSTALL_PACKAGE}.