summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorCraig Mautner <cmautner@google.com>2014-01-27 09:21:32 -0800
committerCraig Mautner <cmautner@google.com>2014-02-04 15:10:13 -0800
commitdf88d73092c62a1a3cd2b2056ca63ae2e70cc238 (patch)
treea4973477eb7616223780ae0d63e7be8bc9880b88 /api/current.txt
parent70f908d7af916bf0e5b6af2913752dca431b837f (diff)
downloadframeworks_base-df88d73092c62a1a3cd2b2056ca63ae2e70cc238.zip
frameworks_base-df88d73092c62a1a3cd2b2056ca63ae2e70cc238.tar.gz
frameworks_base-df88d73092c62a1a3cd2b2056ca63ae2e70cc238.tar.bz2
Add IIntentSender to ActivityContainer.startActivity
PendingIntents and IntentSenders can now be launched. Still does not work once the host activity has been paused and resumed. Window manager TaskStacks now exist independently of Displays and app windows persist after Displays are removed below them. Attaching the stack to a new Display does not yet restore the windows to it. Fixes bug 12747909. Change-Id: I509007ee23fda400b353f483cf6ecce08177763b
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index f637d81..5ea50d7 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -3084,8 +3084,11 @@ package android.app {
ctor public ActivityView(android.content.Context);
ctor public ActivityView(android.content.Context, android.util.AttributeSet);
ctor public ActivityView(android.content.Context, android.util.AttributeSet, int);
+ method public boolean isAttachedToDisplay();
method protected void onLayout(boolean, int, int, int, int);
method public void startActivity(android.content.Intent);
+ method public void startActivity(android.content.IntentSender);
+ method public void startActivity(android.app.PendingIntent);
}
public class AlarmManager {