@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: Mike Lockwood <lockwood@android.com>
This commit is contained in:
@ -1255,17 +1255,6 @@
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="WRITE_MEDIA_STORAGE"
|
||||
type="java.lang.String"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
value=""android.permission.WRITE_MEDIA_STORAGE""
|
||||
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>
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user