summaryrefslogtreecommitdiffstats
path: root/core/java/android
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/app/ActivityManager.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/app/ActivityManager.java b/core/java/android/app/ActivityManager.java
index 2d28280..8a62d18 100644
--- a/core/java/android/app/ActivityManager.java
+++ b/core/java/android/app/ActivityManager.java
@@ -68,6 +68,13 @@ public class ActivityManager {
private final Handler mHandler;
/**
+ * <meta-data> string for a 'home' Activity that names a package that is to be
+ * uninstalled in lieu of the declaring one. The package named here must be
+ * signed with the same certificate as the one declaring the <meta-data>.
+ */
+ public static final String META_HOME_ALTERNATE = "android.app.home.alternate";
+
+ /**
* Result for IActivityManager.startActivity: an error where the
* start had to be canceled.
* @hide