diff --git a/api/9.xml b/api/9.xml index 08f86e1117e8f..6e059c519f0e7 100644 --- a/api/9.xml +++ b/api/9.xml @@ -793,17 +793,6 @@ visibility="public" > - - - - @@ -793,17 +793,6 @@ visibility="public" > - - - - @@ -213757,7 +213735,7 @@ synchronized="true" static="false" final="false" - deprecated="deprecated" + deprecated="not deprecated" visibility="public" > @@ -214307,7 +214285,7 @@ synchronized="true" static="false" final="false" - deprecated="deprecated" + deprecated="not deprecated" visibility="public" > diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index 3fe971fb5593b..068f821914018 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -1751,6 +1751,9 @@ public class Activity extends ContextThemeWrapper } /** + * @deprecated This functionality will be removed in the future; please do + * not use. + * * Control whether this activity is required to be persistent. By default * activities are not persistent; setting this to true will prevent the * system from stopping this activity or its process when running low on @@ -1765,6 +1768,7 @@ public class Activity extends ContextThemeWrapper * persistent, true if so, false for the normal * behavior. */ + @Deprecated public void setPersistent(boolean isPersistent) { if (mParent == null) { try { diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 1f66d05d5e30d..2cd38cd3fb57a 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -193,20 +193,6 @@ android:label="@string/permlab_writeContacts" android:description="@string/permdesc_writeContacts" /> - - - - - - - + diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index e9295f5bdc8af..e9d799b24c210 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -783,20 +783,6 @@ contact (address) data stored on your phone. Malicious applications can use this to erase or modify your contact data. - - write owner data - - Allows an application to modify the - phone owner data stored on your phone. Malicious - applications can use this to erase or modify owner data. - - - read owner data - - Allows an application read the - phone owner data stored on your phone. Malicious - applications can use this to read phone owner data. - read calendar events diff --git a/data/etc/platform.xml b/data/etc/platform.xml index 0e5df8c9b61fe..439fc90aff9a0 100644 --- a/data/etc/platform.xml +++ b/data/etc/platform.xml @@ -94,8 +94,6 @@ - -