From 514074fae81028937eda29e782c92e8ea78d85d2 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Mon, 11 Feb 2013 10:52:46 -0800 Subject: App ops: cleanup, handle root and shell, perms. Rework how the shell user is defined so that it is associated with an actual apk, instead of being a free roaming uid with special permissions assigned to it. This allows us to correctly account for its operations in app ops. Implement a special case for the root user in app ops -- it is always allowed, always with the package name "root". Add various code to take care of cleaning up package state from app ops -- when packages are uninstalled, and during boot if any packages currently being stored no longer exist. Also fix a bug in the activity manager to correctly grant permissions in all cases when onNewIntent() is being called. Change-Id: Iae9f6d793ee48b93518c984ad957e46ae4582581 --- data/etc/platform.xml | 65 --------------------------------------------------- 1 file changed, 65 deletions(-) (limited to 'data/etc') diff --git a/data/etc/platform.xml b/data/etc/platform.xml index cf04b5c..d986c1e 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -122,71 +122,6 @@ others should have a fairly open environment in which to interact with the system. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.1