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

Commit d61cc80a authored by Chad Brubaker's avatar Chad Brubaker Committed by Android (Google) Code Review
Browse files

Merge "Expose CAMERA and ACCESS_NETWORK_STATE to ephemeral apps"

parents 702997bf 39787388
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -928,7 +928,7 @@
        android:permissionGroup="android.permission-group.CAMERA"
        android:label="@string/permlab_camera"
        android:description="@string/permdesc_camera"
        android:protectionLevel="dangerous" />
        android:protectionLevel="dangerous|ephemeral" />


    <!-- ====================================================================== -->
@@ -1178,7 +1178,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