diff options
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | api/system-current.txt | 1 | ||||
| -rw-r--r-- | core/res/AndroidManifest.xml | 10 | ||||
| -rw-r--r-- | core/res/res/drawable-hdpi/perm_group_accounts.png | bin | 714 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-mdpi/perm_group_accounts.png | bin | 528 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xhdpi/perm_group_accounts.png | bin | 814 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xxhdpi/ic_perm_group_accounts.png | bin | 1096 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xxhdpi/ic_perm_group_storage.png | bin | 1040 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xxhdpi/perm_group_accounts.png | bin | 1131 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/drawable-xxxhdpi/perm_group_accounts.png | bin | 1539 -> 0 bytes | |||
| -rw-r--r-- | core/res/res/values/strings.xml | 5 |
11 files changed, 0 insertions, 17 deletions
diff --git a/api/current.txt b/api/current.txt index 3ae5372c0db0..8a82ed0c4b1c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -143,7 +143,6 @@ package android { public static final class Manifest.permission_group { ctor public Manifest.permission_group(); - field public static final java.lang.String ACCOUNTS = "android.permission-group.ACCOUNTS"; field public static final java.lang.String CALENDAR = "android.permission-group.CALENDAR"; field public static final java.lang.String CAMERA = "android.permission-group.CAMERA"; field public static final java.lang.String CONTACTS = "android.permission-group.CONTACTS"; diff --git a/api/system-current.txt b/api/system-current.txt index 8a633df519ad..a382fb07a288 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -232,7 +232,6 @@ package android { public static final class Manifest.permission_group { ctor public Manifest.permission_group(); - field public static final java.lang.String ACCOUNTS = "android.permission-group.ACCOUNTS"; field public static final java.lang.String CALENDAR = "android.permission-group.CALENDAR"; field public static final java.lang.String CAMERA = "android.permission-group.CAMERA"; field public static final java.lang.String CONTACTS = "android.permission-group.CONTACTS"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index bd9b0145d168..7f61a04ce9ba 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1024,15 +1024,6 @@ <!-- ================================== --> <eat-comment /> - <!-- Permissions for direct access to the accounts managed - by the Account Manager. --> - <permission-group android:name="android.permission-group.ACCOUNTS" - android:label="@string/permgrouplab_accounts" - android:icon="@drawable/perm_group_accounts" - android:description="@string/permgroupdesc_accounts" - android:permissionGroupFlags="personalInfo" - android:priority="1000" /> - <!-- Allows access to the list of accounts in the Accounts Service. <p>Protection level: normal --> @@ -1045,7 +1036,6 @@ <!-- @SystemApi Allows applications to call into AccountAuthenticators. <p>Not for use by third-party applications. --> <permission android:name="android.permission.ACCOUNT_MANAGER" - android:permissionGroup="android.permission-group.ACCOUNTS" android:protectionLevel="signature" /> <!-- ================================== --> diff --git a/core/res/res/drawable-hdpi/perm_group_accounts.png b/core/res/res/drawable-hdpi/perm_group_accounts.png Binary files differdeleted file mode 100644 index 5ac28e7c4c24..000000000000 --- a/core/res/res/drawable-hdpi/perm_group_accounts.png +++ /dev/null diff --git a/core/res/res/drawable-mdpi/perm_group_accounts.png b/core/res/res/drawable-mdpi/perm_group_accounts.png Binary files differdeleted file mode 100644 index ce4e6838ec63..000000000000 --- a/core/res/res/drawable-mdpi/perm_group_accounts.png +++ /dev/null diff --git a/core/res/res/drawable-xhdpi/perm_group_accounts.png b/core/res/res/drawable-xhdpi/perm_group_accounts.png Binary files differdeleted file mode 100644 index ca622e9886ad..000000000000 --- a/core/res/res/drawable-xhdpi/perm_group_accounts.png +++ /dev/null diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_accounts.png b/core/res/res/drawable-xxhdpi/ic_perm_group_accounts.png Binary files differdeleted file mode 100644 index f30fcd4c74ee..000000000000 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_accounts.png +++ /dev/null diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_storage.png b/core/res/res/drawable-xxhdpi/ic_perm_group_storage.png Binary files differdeleted file mode 100644 index d3937dbef42e..000000000000 --- a/core/res/res/drawable-xxhdpi/ic_perm_group_storage.png +++ /dev/null diff --git a/core/res/res/drawable-xxhdpi/perm_group_accounts.png b/core/res/res/drawable-xxhdpi/perm_group_accounts.png Binary files differdeleted file mode 100644 index 2fc3baa02c7a..000000000000 --- a/core/res/res/drawable-xxhdpi/perm_group_accounts.png +++ /dev/null diff --git a/core/res/res/drawable-xxxhdpi/perm_group_accounts.png b/core/res/res/drawable-xxxhdpi/perm_group_accounts.png Binary files differdeleted file mode 100644 index 1d9db83f4372..000000000000 --- a/core/res/res/drawable-xxxhdpi/perm_group_accounts.png +++ /dev/null diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 5288fa3ba6a3..bf6b0151f9d3 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -676,11 +676,6 @@ Malicious apps may interfere with the performance or operation of your device when an emergency cell broadcast is received.</string> - <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> - <string name="permgrouplab_accounts">Your accounts</string> - <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --> - <string name="permgroupdesc_accounts">Access the available accounts.</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_subscribedFeedsRead">read subscribed feeds</string> <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> |