DO NOT MERGE: Revoke wellbeing from MANAGE_ROLE_HOLDERS

This is a revert of ag/9825187

Test: None

Bug: 145526313
Change-Id: I1f4abce291bf02b05b55bd74250a67fda78ac031
This commit is contained in:
Steven Ng
2020-03-26 12:12:48 +00:00
parent c068acb6ae
commit 6318ec51fe

View File

@@ -3788,10 +3788,9 @@
android:protectionLevel="signature|installer" /> android:protectionLevel="signature|installer" />
<!-- @SystemApi Allows an application to manage the holders of a role. <!-- @SystemApi Allows an application to manage the holders of a role.
@hide @hide -->
STOPSHIP b/145526313: Remove wellbeing protection flag from MANAGE_ROLE_HOLDERS. -->
<permission android:name="android.permission.MANAGE_ROLE_HOLDERS" <permission android:name="android.permission.MANAGE_ROLE_HOLDERS"
android:protectionLevel="signature|installer|wellbeing" /> android:protectionLevel="signature|installer" />
<!-- @SystemApi Allows an application to observe role holder changes. <!-- @SystemApi Allows an application to observe role holder changes.
@hide --> @hide -->