am 22233b51: Merge "Remove the empty accounts group and not needed storage resources." into mnc-dev
* commit '22233b51c3c3e678571dbe5e6d1035b7e1440408': Remove the empty accounts group and not needed storage resources.
@@ -143,7 +143,6 @@ package android {
|
|||||||
|
|
||||||
public static final class Manifest.permission_group {
|
public static final class Manifest.permission_group {
|
||||||
ctor public 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 CALENDAR = "android.permission-group.CALENDAR";
|
||||||
field public static final java.lang.String CAMERA = "android.permission-group.CAMERA";
|
field public static final java.lang.String CAMERA = "android.permission-group.CAMERA";
|
||||||
field public static final java.lang.String CONTACTS = "android.permission-group.CONTACTS";
|
field public static final java.lang.String CONTACTS = "android.permission-group.CONTACTS";
|
||||||
|
|||||||
@@ -232,7 +232,6 @@ package android {
|
|||||||
|
|
||||||
public static final class Manifest.permission_group {
|
public static final class Manifest.permission_group {
|
||||||
ctor public 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 CALENDAR = "android.permission-group.CALENDAR";
|
||||||
field public static final java.lang.String CAMERA = "android.permission-group.CAMERA";
|
field public static final java.lang.String CAMERA = "android.permission-group.CAMERA";
|
||||||
field public static final java.lang.String CONTACTS = "android.permission-group.CONTACTS";
|
field public static final java.lang.String CONTACTS = "android.permission-group.CONTACTS";
|
||||||
|
|||||||
@@ -1024,15 +1024,6 @@
|
|||||||
<!-- ================================== -->
|
<!-- ================================== -->
|
||||||
<eat-comment />
|
<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.
|
<!-- Allows access to the list of accounts in the Accounts Service.
|
||||||
<p>Protection level: normal
|
<p>Protection level: normal
|
||||||
-->
|
-->
|
||||||
@@ -1045,7 +1036,6 @@
|
|||||||
<!-- @SystemApi Allows applications to call into AccountAuthenticators.
|
<!-- @SystemApi Allows applications to call into AccountAuthenticators.
|
||||||
<p>Not for use by third-party applications. -->
|
<p>Not for use by third-party applications. -->
|
||||||
<permission android:name="android.permission.ACCOUNT_MANAGER"
|
<permission android:name="android.permission.ACCOUNT_MANAGER"
|
||||||
android:permissionGroup="android.permission-group.ACCOUNTS"
|
|
||||||
android:protectionLevel="signature" />
|
android:protectionLevel="signature" />
|
||||||
|
|
||||||
<!-- ================================== -->
|
<!-- ================================== -->
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 714 B |
|
Before Width: | Height: | Size: 528 B |
|
Before Width: | Height: | Size: 814 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
@@ -676,11 +676,6 @@
|
|||||||
Malicious apps may interfere with the performance or operation of your
|
Malicious apps may interfere with the performance or operation of your
|
||||||
device when an emergency cell broadcast is received.</string>
|
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. -->
|
<!-- 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>
|
<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. -->
|
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||||
|
|||||||