am c5220a34
: Merge "Make EmailProvider protection less dangerous." into jb-ub-mail-ur10
* commit 'c5220a34aa379144ac3a4ef918f41889a60ff97e': Make EmailProvider protection less dangerous.
This commit is contained in:
commit
b314198367
@ -44,6 +44,7 @@
|
||||
<original-package android:name="com.android.email" />
|
||||
|
||||
<!-- Grant permission to other apps to view attachments -->
|
||||
<!-- STOPSHIP: protectionLevel should not be dangerous -->
|
||||
<permission
|
||||
android:name="com.android.email.permission.READ_ATTACHMENT"
|
||||
android:permissionGroup="android.permission-group.MESSAGES"
|
||||
@ -57,10 +58,9 @@
|
||||
android:name="android.permission.USE_CREDENTIALS"/>
|
||||
|
||||
<!-- Grant permission to system apps to access provider (see provider below) -->
|
||||
<!-- STOPSHIP: Temporarily set protection level to "dangerous" (from "signature") -->
|
||||
<permission
|
||||
android:name="com.android.email.permission.ACCESS_PROVIDER"
|
||||
android:protectionLevel="dangerous"
|
||||
android:protectionLevel="signature"
|
||||
android:label="@string/permission_access_provider_label"
|
||||
android:description="@string/permission_access_provider_desc"/>
|
||||
<uses-permission
|
||||
|
Loading…
Reference in New Issue
Block a user