Merge "Bug 5585323 New system permission for media decode" into ics-mr1
This commit is contained in:
committed by
Android (Google) Code Review
commit
20cf0916cc
@@ -1027,6 +1027,13 @@
|
|||||||
android:label="@string/permlab_readLogs"
|
android:label="@string/permlab_readLogs"
|
||||||
android:description="@string/permdesc_readLogs" />
|
android:description="@string/permdesc_readLogs" />
|
||||||
|
|
||||||
|
<!-- Allows an application to use any media decoder when decoding for playback
|
||||||
|
@hide -->
|
||||||
|
<permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK"
|
||||||
|
android:protectionLevel="signatureOrSystem"
|
||||||
|
android:label="@string/permlab_anyCodecForPlayback"
|
||||||
|
android:description="@string/permdesc_anyCodecForPlayback" />
|
||||||
|
|
||||||
<!-- ========================================= -->
|
<!-- ========================================= -->
|
||||||
<!-- Permissions for special development tools -->
|
<!-- Permissions for special development tools -->
|
||||||
<!-- ========================================= -->
|
<!-- ========================================= -->
|
||||||
|
|||||||
6
core/res/res/values/strings.xml
Normal file → Executable file
6
core/res/res/values/strings.xml
Normal file → Executable file
@@ -830,6 +830,12 @@
|
|||||||
information about what you are doing with the phone, potentially
|
information about what you are doing with the phone, potentially
|
||||||
including personal or private information.</string>
|
including personal or private information.</string>
|
||||||
|
|
||||||
|
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||||
|
<string name="permlab_anyCodecForPlayback">use any media decoder for playback</string>
|
||||||
|
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||||
|
<string name="permdesc_anyCodecForPlayback">Allows an application to use any installed
|
||||||
|
media decoder to decode for playback.</string>
|
||||||
|
|
||||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||||
<string name="permlab_diagnostic">read/write to resources owned by diag</string>
|
<string name="permlab_diagnostic">read/write to resources owned by diag</string>
|
||||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user