am 840f0fec: am d3efa392: Clean up some permissions.

Merge commit '840f0fecd87357cadf4b2a0ae96d30b457f89729'

* commit '840f0fecd87357cadf4b2a0ae96d30b457f89729':
  Clean up some permissions.
This commit is contained in:
Dianne Hackborn
2010-09-01 22:55:04 -07:00
committed by Android Git Automerger
6 changed files with 13 additions and 80 deletions

View File

@@ -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 {