diff options
author | Dianne Hackborn <hackbod@google.com> | 2010-09-01 17:34:12 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2010-09-01 21:19:40 -0700 |
commit | d3efa3924407da6d38aa5931ac29aa088d9eb986 (patch) | |
tree | 105f4a08e32468c8fa20d981867b6e8fd688cd4e /data/etc | |
parent | bc5ec2f91a7ed2836df66f1ed98b019ea1192aa1 (diff) | |
download | frameworks_base-d3efa3924407da6d38aa5931ac29aa088d9eb986.zip frameworks_base-d3efa3924407da6d38aa5931ac29aa088d9eb986.tar.gz frameworks_base-d3efa3924407da6d38aa5931ac29aa088d9eb986.tar.bz2 |
Clean up some permissions.
Note that WRITE_OWNER_DATA and READ_OWNER_DATA don't actually appear
to be associated with anything or used by anyone, so they are just
deleted.
Also deprecate the activity API to go in the foreground. I didn't
realize that was released in the SDK. It needs to go away.
Change-Id: I96f53702c2c79e4999b6b2c498abb770bd27e03a
Diffstat (limited to 'data/etc')
-rw-r--r-- | data/etc/platform.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 7322e6c..6f8afff 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -90,8 +90,6 @@ <assign-permission name="android.permission.CALL_PHONE" uid="shell" /> <assign-permission name="android.permission.READ_CONTACTS" uid="shell" /> <assign-permission name="android.permission.WRITE_CONTACTS" uid="shell" /> - <assign-permission name="android.permission.READ_OWNER_DATA" uid="shell" /> - <assign-permission name="android.permission.WRITE_OWNER_DATA" uid="shell" /> <assign-permission name="android.permission.READ_CALENDAR" uid="shell" /> <assign-permission name="android.permission.WRITE_CALENDAR" uid="shell" /> <assign-permission name="android.permission.READ_USER_DICTIONARY" uid="shell" /> |