From 4ba27fe702580a90c6e9c1861d4ea2da6fc3b029 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Mon, 7 Nov 2011 14:35:20 -0800 Subject: [PATCH] Bug 5585323 New system permission for media decode Add a system permission to enable the use of any installed media decoder when decoding for playback (as opposed to transcode). Change-Id: Ifb10a5fa8d5663a78ccbb5fa8266ad6535c234f2 --- core/res/AndroidManifest.xml | 7 +++++++ core/res/res/values/strings.xml | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 18194ee0f298f..433a3a6d9f7c5 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1015,6 +1015,13 @@ android:label="@string/permlab_readLogs" android:description="@string/permdesc_readLogs" /> + + + diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index a819173421805..a4dfa1d0e2aa2 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -830,6 +830,12 @@ information about what you are doing with the phone, potentially including personal or private information. + + use any media decoder for playback + + Allows an application to use any installed + media decoder to decode for playback. + read/write to resources owned by diag