diff options
| author | 2011-01-26 12:40:18 -0800 | |
|---|---|---|
| committer | 2011-01-26 14:09:45 -0800 | |
| commit | 3a985aed110056befe36ad2fdcfbe9b9085595f7 (patch) | |
| tree | e90685eaec309fc9a4ed17439a1937dc4e3a1557 | |
| parent | 940df6dd83624e5f46b147837d848853a1dab9b2 (diff) | |
Cherry-pick of f5e4f208b9ed73 to honeycomb
Original change description:
Make CHANGE_COMPONENT_ENABLED_STATE a signatureOrSystem perm.
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index bd0cd3500429..a91829caeb59 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1095,7 +1095,7 @@ <permission android:name="android.permission.CHANGE_COMPONENT_ENABLED_STATE" android:label="@string/permlab_changeComponentState" android:description="@string/permdesc_changeComponentState" - android:protectionLevel="signature" /> + android:protectionLevel="signatureOrSystem" /> <!-- Allows an application to use SurfaceFlinger's low level features --> <permission android:name="android.permission.ACCESS_SURFACE_FLINGER" |