Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f43e1916 authored by Eugene Susla's avatar Eugene Susla Committed by android-build-merger
Browse files

Merge "Change protection level of companion permissions" into oc-dev am: 897f8834

am: 84666dc6

Change-Id: I74c400f5bbf66f8c2032dd2445dfcb0a3ffb4edc
parents d6afaa85 84666dc6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1900,20 +1900,20 @@
        android:protectionLevel="signature|privileged" />

    <!-- 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" />


    <!-- ================================== -->