summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-04-24 19:06:14 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-24 19:06:14 -0700
commit2c8e19e81fb930fbb4d353c91ca0852fe91d8166 (patch)
treef705b6da91491542843042b2db0f814b62324c85 /core/res
parent38cb84fd4b39c08cbd5b65b7383e712b9f476e3f (diff)
parent61a5b0160d9f2e53ef4d4b451212a63032dad32d (diff)
downloadframeworks_base-2c8e19e81fb930fbb4d353c91ca0852fe91d8166.zip
frameworks_base-2c8e19e81fb930fbb4d353c91ca0852fe91d8166.tar.gz
frameworks_base-2c8e19e81fb930fbb4d353c91ca0852fe91d8166.tar.bz2
Merge "New API to allow third-party apps to bind widgets"
Diffstat (limited to 'core/res')
-rw-r--r--core/res/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 25d3762..e1b9d55 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1480,6 +1480,13 @@
android:description="@string/permdesc_bindGadget"
android:protectionLevel="signature|system" />
+ <!-- Internal permission allowing an application to query/set which
+ applications can bind AppWidgets.
+ @hide -->
+ <permission android:name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"
+ android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
+ android:protectionLevel="signature|system" />
+
<!-- Allows applications to change the background data setting
@hide pending API council -->
<permission android:name="android.permission.CHANGE_BACKGROUND_DATA_SETTING"