Merge "Change protection level of companion permissions" into oc-dev
am: 897f883409
Change-Id: I5b123b603debc11a6ef0ed12a5f6da5d0c3ee533
This commit is contained in:
@@ -1880,20 +1880,20 @@
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<!-- Allows a companion app to run in the background.
|
||||
<p>Protection level: signature
|
||||
<p>Protection level: normal
|
||||
-->
|
||||
<permission android:name="android.permission.REQUEST_COMPANION_RUN_IN_BACKGROUND"
|
||||
android:label="@string/permlab_runInBackground"
|
||||
android:description="@string/permdesc_runInBackground"
|
||||
android:protectionLevel="signature" />
|
||||
android:protectionLevel="normal" />
|
||||
|
||||
<!-- Allows a companion app to use data in the background.
|
||||
<p>Protection level: signature
|
||||
<p>Protection level: normal
|
||||
-->
|
||||
<permission android:name="android.permission.REQUEST_COMPANION_USE_DATA_IN_BACKGROUND"
|
||||
android:label="@string/permlab_useDataInBackground"
|
||||
android:description="@string/permdesc_useDataInBackground"
|
||||
android:protectionLevel="signature" />
|
||||
android:protectionLevel="normal" />
|
||||
|
||||
|
||||
<!-- ================================== -->
|
||||
|
||||
Reference in New Issue
Block a user