summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaman Tenneti <rtenneti@google.com>2019-09-18 02:10:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-18 02:10:32 +0000
commit744ba9eca02df26836b621bce43a5ef6e4509a8e (patch)
treeb54cd53290e4f0c8154409cdc86bf102ab93e7f5
parent32f6fe88c334742055a5afc880b1e72308d089cc (diff)
parent1c4b9bca1fbf1e791bd1c6aa567cde71fd9ef325 (diff)
downloadEmail-744ba9eca02df26836b621bce43a5ef6e4509a8e.tar.gz
Merge "AOSP/Email - Secure UPDATE_WIDGET receiver with a new permission"
-rw-r--r--AndroidManifest.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 603ad0adb..aee70c907 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -68,6 +68,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"