Merge change 8648 into donut
* changes: Use the old string for bookmarks permissions.
This commit is contained in:
@ -698,7 +698,7 @@
|
|||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
transient="false"
|
transient="false"
|
||||||
volatile="false"
|
volatile="false"
|
||||||
value=""android.permission.READ_HISTORY_BOOKMARKS""
|
value=""com.android.browser.permission.READ_HISTORY_BOOKMARKS""
|
||||||
static="true"
|
static="true"
|
||||||
final="true"
|
final="true"
|
||||||
deprecated="not deprecated"
|
deprecated="not deprecated"
|
||||||
@ -1160,7 +1160,7 @@
|
|||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
transient="false"
|
transient="false"
|
||||||
volatile="false"
|
volatile="false"
|
||||||
value=""android.permission.WRITE_HISTORY_BOOKMARKS""
|
value=""com.android.browser.permission.WRITE_HISTORY_BOOKMARKS""
|
||||||
static="true"
|
static="true"
|
||||||
final="true"
|
final="true"
|
||||||
deprecated="not deprecated"
|
deprecated="not deprecated"
|
||||||
|
@ -209,7 +209,7 @@
|
|||||||
|
|
||||||
<!-- Allows an application to read (but not write) the user's
|
<!-- Allows an application to read (but not write) the user's
|
||||||
browsing history and bookmarks. -->
|
browsing history and bookmarks. -->
|
||||||
<permission android:name="android.permission.READ_HISTORY_BOOKMARKS"
|
<permission android:name="com.android.browser.permission.READ_HISTORY_BOOKMARKS"
|
||||||
android:permissionGroup="android.permission-group.PERSONAL_INFO"
|
android:permissionGroup="android.permission-group.PERSONAL_INFO"
|
||||||
android:label="@string/permlab_readHistoryBookmarks"
|
android:label="@string/permlab_readHistoryBookmarks"
|
||||||
android:description="@string/permdesc_readHistoryBookmarks"
|
android:description="@string/permdesc_readHistoryBookmarks"
|
||||||
@ -217,7 +217,7 @@
|
|||||||
|
|
||||||
<!-- Allows an application to write (but not read) the user's
|
<!-- Allows an application to write (but not read) the user's
|
||||||
browsing history and bookmarks. -->
|
browsing history and bookmarks. -->
|
||||||
<permission android:name="android.permission.WRITE_HISTORY_BOOKMARKS"
|
<permission android:name="com.android.browser.permission.WRITE_HISTORY_BOOKMARKS"
|
||||||
android:permissionGroup="android.permission-group.PERSONAL_INFO"
|
android:permissionGroup="android.permission-group.PERSONAL_INFO"
|
||||||
android:label="@string/permlab_writeHistoryBookmarks"
|
android:label="@string/permlab_writeHistoryBookmarks"
|
||||||
android:description="@string/permdesc_writeHistoryBookmarks"
|
android:description="@string/permdesc_writeHistoryBookmarks"
|
||||||
|
Reference in New Issue
Block a user