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

Commit 39787388 authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Expose CAMERA and ACCESS_NETWORK_STATE to ephemeral apps

Test: cts-tradefed run cts -m CtsPermission2TestCases
Change-Id: I9f14949c4f8fb7bc2f9cc7306d01ba52ff783599
parent d7dde6b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -922,7 +922,7 @@
        android:permissionGroup="android.permission-group.CAMERA"
        android:label="@string/permlab_camera"
        android:description="@string/permdesc_camera"
        android:protectionLevel="dangerous" />
        android:protectionLevel="dangerous|ephemeral" />


    <!-- ====================================================================== -->
@@ -1172,7 +1172,7 @@
    <permission android:name="android.permission.ACCESS_NETWORK_STATE"
        android:description="@string/permdesc_accessNetworkState"
        android:label="@string/permlab_accessNetworkState"
        android:protectionLevel="normal" />
        android:protectionLevel="normal|ephemeral" />

    <!-- Allows applications to access information about Wi-Fi networks.
         <p>Protection level: normal