diff --git a/api/current.txt b/api/current.txt index a19e3e9c776b2..f5d6e9438a584 100644 --- a/api/current.txt +++ b/api/current.txt @@ -108,7 +108,6 @@ package android { field public static final java.lang.String READ_SMS = "android.permission.READ_SMS"; field public static final java.lang.String READ_SYNC_SETTINGS = "android.permission.READ_SYNC_SETTINGS"; field public static final java.lang.String READ_SYNC_STATS = "android.permission.READ_SYNC_STATS"; - field public static final java.lang.String READ_USER_DICTIONARY = "android.permission.READ_USER_DICTIONARY"; field public static final java.lang.String READ_VOICEMAIL = "com.android.voicemail.permission.READ_VOICEMAIL"; field public static final java.lang.String REBOOT = "android.permission.REBOOT"; field public static final java.lang.String RECEIVE_BOOT_COMPLETED = "android.permission.RECEIVE_BOOT_COMPLETED"; @@ -153,7 +152,6 @@ package android { field public static final java.lang.String WRITE_SECURE_SETTINGS = "android.permission.WRITE_SECURE_SETTINGS"; field public static final java.lang.String WRITE_SETTINGS = "android.permission.WRITE_SETTINGS"; field public static final java.lang.String WRITE_SYNC_SETTINGS = "android.permission.WRITE_SYNC_SETTINGS"; - field public static final java.lang.String WRITE_USER_DICTIONARY = "android.permission.WRITE_USER_DICTIONARY"; field public static final java.lang.String WRITE_VOICEMAIL = "com.android.voicemail.permission.WRITE_VOICEMAIL"; } @@ -169,7 +167,6 @@ package android { field public static final java.lang.String SENSORS = "android.permission-group.SENSORS"; field public static final java.lang.String SMS = "android.permission-group.SMS"; field public static final java.lang.String STORAGE = "android.permission-group.STORAGE"; - field public static final java.lang.String USER_DICTIONARY = "android.permission-group.USER_DICTIONARY"; } public final class R { diff --git a/api/system-current.txt b/api/system-current.txt index d1d4fe46c13bc..9703dc7c5c49f 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -160,7 +160,6 @@ package android { field public static final java.lang.String READ_SMS = "android.permission.READ_SMS"; field public static final java.lang.String READ_SYNC_SETTINGS = "android.permission.READ_SYNC_SETTINGS"; field public static final java.lang.String READ_SYNC_STATS = "android.permission.READ_SYNC_STATS"; - field public static final java.lang.String READ_USER_DICTIONARY = "android.permission.READ_USER_DICTIONARY"; field public static final java.lang.String READ_VOICEMAIL = "com.android.voicemail.permission.READ_VOICEMAIL"; field public static final java.lang.String READ_WIFI_CREDENTIAL = "android.permission.READ_WIFI_CREDENTIAL"; field public static final java.lang.String REAL_GET_TASKS = "android.permission.REAL_GET_TASKS"; @@ -228,7 +227,6 @@ package android { field public static final java.lang.String WRITE_SECURE_SETTINGS = "android.permission.WRITE_SECURE_SETTINGS"; field public static final java.lang.String WRITE_SETTINGS = "android.permission.WRITE_SETTINGS"; field public static final java.lang.String WRITE_SYNC_SETTINGS = "android.permission.WRITE_SYNC_SETTINGS"; - field public static final java.lang.String WRITE_USER_DICTIONARY = "android.permission.WRITE_USER_DICTIONARY"; field public static final java.lang.String WRITE_VOICEMAIL = "com.android.voicemail.permission.WRITE_VOICEMAIL"; } @@ -244,7 +242,6 @@ package android { field public static final java.lang.String SENSORS = "android.permission-group.SENSORS"; field public static final java.lang.String SMS = "android.permission-group.SMS"; field public static final java.lang.String STORAGE = "android.permission-group.STORAGE"; - field public static final java.lang.String USER_DICTIONARY = "android.permission-group.USER_DICTIONARY"; } public final class R { diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index bb52609e1721d..9637cf5bf903e 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -714,6 +714,16 @@ android:protectionLevel="normal" android:permissionFlags="hide"/> + + + + + + @@ -753,36 +763,6 @@ - - - - - - - - - - - - - - diff --git a/core/res/res/drawable-hdpi/perm_group_user_dictionary.png b/core/res/res/drawable-hdpi/perm_group_user_dictionary.png deleted file mode 100644 index 62fbcdccc3fe6..0000000000000 Binary files a/core/res/res/drawable-hdpi/perm_group_user_dictionary.png and /dev/null differ diff --git a/core/res/res/drawable-hdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-hdpi/perm_group_user_dictionary_write.png deleted file mode 100644 index c62dd4c1bda9d..0000000000000 Binary files a/core/res/res/drawable-hdpi/perm_group_user_dictionary_write.png and /dev/null differ diff --git a/core/res/res/drawable-mdpi/perm_group_user_dictionary.png b/core/res/res/drawable-mdpi/perm_group_user_dictionary.png deleted file mode 100644 index a303dc1afd57f..0000000000000 Binary files a/core/res/res/drawable-mdpi/perm_group_user_dictionary.png and /dev/null differ diff --git a/core/res/res/drawable-mdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-mdpi/perm_group_user_dictionary_write.png deleted file mode 100644 index 2fc4056457b7e..0000000000000 Binary files a/core/res/res/drawable-mdpi/perm_group_user_dictionary_write.png and /dev/null differ diff --git a/core/res/res/drawable-xhdpi/perm_group_user_dictionary.png b/core/res/res/drawable-xhdpi/perm_group_user_dictionary.png deleted file mode 100644 index 35d7d5fd9872d..0000000000000 Binary files a/core/res/res/drawable-xhdpi/perm_group_user_dictionary.png and /dev/null differ diff --git a/core/res/res/drawable-xhdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-xhdpi/perm_group_user_dictionary_write.png deleted file mode 100644 index 74e25ac09c10f..0000000000000 Binary files a/core/res/res/drawable-xhdpi/perm_group_user_dictionary_write.png and /dev/null differ diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary.png b/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary.png deleted file mode 100644 index 8c2cd1799f1a1..0000000000000 Binary files a/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary.png and /dev/null differ diff --git a/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary_write.png b/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary_write.png deleted file mode 100644 index 121d6cffb2e60..0000000000000 Binary files a/core/res/res/drawable-xxhdpi/ic_perm_group_user_dictionary_write.png and /dev/null differ diff --git a/core/res/res/drawable-xxhdpi/perm_group_user_dictionary.png b/core/res/res/drawable-xxhdpi/perm_group_user_dictionary.png deleted file mode 100644 index 5b6ea3b0089aa..0000000000000 Binary files a/core/res/res/drawable-xxhdpi/perm_group_user_dictionary.png and /dev/null differ diff --git a/core/res/res/drawable-xxhdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-xxhdpi/perm_group_user_dictionary_write.png deleted file mode 100644 index d92e71912afc2..0000000000000 Binary files a/core/res/res/drawable-xxhdpi/perm_group_user_dictionary_write.png and /dev/null differ diff --git a/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary.png b/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary.png deleted file mode 100644 index 32942ca8aa53c..0000000000000 Binary files a/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary.png and /dev/null differ diff --git a/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary_write.png b/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary_write.png deleted file mode 100644 index 343551fde7a98..0000000000000 Binary files a/core/res/res/drawable-xxxhdpi/perm_group_user_dictionary_write.png and /dev/null differ diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 0e5df50d4e14e..246e43a33ff4f 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -568,16 +568,6 @@ access photos, media, and files on your device - - User Dictionary - - Read or write words in user dictionary. - - - Bookmarks and History - - Direct access to bookmarks and browser history. - Microphone @@ -1246,18 +1236,6 @@ Allows an app to read the sync stats for an account, including the history of sync events and how much data is synced. - - read terms you added to the dictionary - - Allows the app to read all words, - names and phrases that the user may have stored in the user dictionary. - - - add words to user-defined dictionary - - Allows the app to write new words into the - user dictionary. - read the contents of your USB storage diff --git a/docs/html/about/versions/android-4.1.jd b/docs/html/about/versions/android-4.1.jd index 76b90acdeb600..f8770fadc371c 100644 --- a/docs/html/about/versions/android-4.1.jd +++ b/docs/html/about/versions/android-4.1.jd @@ -871,7 +871,7 @@ read access using this permission. If your application already requests write a automatically get read access as well. There is a new developer option to turn on read access restriction, for developers to test their applications against how Android will behave in the future. -
{@link android.Manifest.permission#READ_USER_DICTIONARY}
+
android.Manifest.permission.READ_USER_DICTIONARY
Allows an application to read the user dictionary. This should only be required by an IME, or a dictionary editor like the Settings app.
{@link android.Manifest.permission#READ_CALL_LOG}
@@ -879,7 +879,7 @@ IME, or a dictionary editor like the Settings app. incoming and outgoing calls.
{@link android.Manifest.permission#WRITE_CALL_LOG}
Allows an application to modify the system's call log stored on your phone
-
{@link android.Manifest.permission#WRITE_USER_DICTIONARY}
+
android.Manifest.permission.WRITE_USER_DICTIONARY
Allows an application to write to the user's word dictionary.