Loading core/res/AndroidManifest.xml +2 −5 Original line number Diff line number Diff line Loading @@ -342,11 +342,8 @@ <!-- ================================== --> <eat-comment /> <!-- Permissions for direct access to Google accounts. Note that while right now this is only used for Google accounts, we expect in the future to have a more general account management facility so this is specified as a general platform permission group for accessing accounts. --> <!-- 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:description="@string/permgroupdesc_accounts" /> Loading core/res/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -337,9 +337,9 @@ various network features.</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 Google accounts</string> <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 Google accounts.</string> <string name="permgroupdesc_accounts">Access the available accounts.</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_hardwareControls">Hardware controls</string> Loading Loading
core/res/AndroidManifest.xml +2 −5 Original line number Diff line number Diff line Loading @@ -342,11 +342,8 @@ <!-- ================================== --> <eat-comment /> <!-- Permissions for direct access to Google accounts. Note that while right now this is only used for Google accounts, we expect in the future to have a more general account management facility so this is specified as a general platform permission group for accessing accounts. --> <!-- 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:description="@string/permgroupdesc_accounts" /> Loading
core/res/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -337,9 +337,9 @@ various network features.</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 Google accounts</string> <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 Google accounts.</string> <string name="permgroupdesc_accounts">Access the available accounts.</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_hardwareControls">Hardware controls</string> Loading