summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2019-09-27 16:35:06 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-27 16:35:06 -0700
commitfaa0278a1a968c3c910e22affdbc30f57348b83d (patch)
tree796bb5d3fc3873957e610b87cb802ca4c11d74f3
parent56b7e4558e3f4830965b884e410d1c8386794a67 (diff)
parentb5f5b0448861c3f538ef3cfb5a7b031dc476115c (diff)
downloadEmail-faa0278a1a968c3c910e22affdbc30f57348b83d.tar.gz
AOSP/Email - Secure UPDATE_WIDGET receiver with a new permission
am: b5f5b04488 Change-Id: Ia3515b60d0ed9dbe2f3e64c3cf2572456b4167b1
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ae130648d..68919393d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -67,6 +67,14 @@
<uses-permission
android:name="android.permission.USE_CREDENTIALS"/>
+ <!-- Permission to get widget updates. The associated broadcast gives the
+ account and the characteristics of the folder. -->
+ <permission
+ android:name="com.android.email.permission.GET_WIDGET_UPDATE"
+ android:protectionLevel="signature"
+ android:label="@string/permission_update_widget_label"
+ android:description="@string/permission_update_widget_desc"/>
+
<!-- Grant permission to system apps to access provider (see provider below) -->
<permission
android:name="com.android.email.permission.ACCESS_PROVIDER"