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

Commit f9a04233 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

@hide android.permission.WRITE_MEDIA_STORAGE



This permission is not needed for non-system or unbundled apps,
so we don't need it in the public API

Change-Id: I1a2a0349c6c5b7b5dc3104d69f4e39e95b878db9
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent 3b703f2d
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -1255,17 +1255,6 @@
 visibility="public"
>
</field>
<field name="WRITE_MEDIA_STORAGE"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;android.permission.WRITE_MEDIA_STORAGE&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="WRITE_SECURE_SETTINGS"
 type="java.lang.String"
 transient="false"
@@ -258022,7 +258011,7 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="arg0" type="T">
<parameter name="t" type="T">
</parameter>
</method>
</interface>
+2 −1
Original line number Diff line number Diff line
@@ -540,7 +540,8 @@
        android:description="@string/permdesc_sdcardWrite"
        android:protectionLevel="dangerous" />

    <!-- Allows an application to write to internal media storage -->
    <!-- Allows an application to write to internal media storage
         @hide  -->
    <permission android:name="android.permission.WRITE_MEDIA_STORAGE"
        android:permissionGroup="android.permission-group.STORAGE"
        android:label="@string/permlab_mediaStorageWrite"