summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-04-13 10:39:45 -0700
committerMichael Jurka <mikejurka@google.com>2012-04-24 17:25:08 -0700
commit61a5b0160d9f2e53ef4d4b451212a63032dad32d (patch)
tree1a76754e0129d3074130c3563e5933eadb96e711 /core/res
parentbdb1c4067c2453672652730d12466dc17ff4a120 (diff)
downloadframeworks_base-61a5b0160d9f2e53ef4d4b451212a63032dad32d.zip
frameworks_base-61a5b0160d9f2e53ef4d4b451212a63032dad32d.tar.gz
frameworks_base-61a5b0160d9f2e53ef4d4b451212a63032dad32d.tar.bz2
New API to allow third-party apps to bind widgets
Change-Id: I1a3761c1a0f557a32d4d3bdd0207567fec918ba7
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 4443bc8..e522371 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1472,6 +1472,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"