diff options
author | Mady Mellor <madym@google.com> | 2021-03-15 10:22:04 -0700 |
---|---|---|
committer | Mady Mellor <madym@google.com> | 2021-04-01 17:31:11 +0000 |
commit | 8693eabf20e798634427e812d69018232a926191 (patch) | |
tree | 7c0dd724ec4a72fce743c1ee27e03486f864e8eb /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 008e3b80348598f663d1197f8ddbebffde75c0fd (diff) |
API Update: extra_is_bubbled -> Activity#isLaunchedFromBubble
Per API council, moving this off of an intent and into
ActivityOptions. This information is exposed via a new
method: Activity#isLaunchedFromBubble
In this CL:
* Remove extra_is_bubbled bits & update javadoc
* Adds launchedFromBubble bit on ActivityOptions
* Check if the client is allowed to set this bit, only
system / sysui can set it
* Need to add this to the record / LaunchActivityItem as
ActivityOptions get null'd out once they're used so
save the bubble bit separately
* Adds Activity#isLaunchedAsBubble
* Sets bit on BubbleExpandedView
Bug: 180945896
Test: atest NotificationManagerTest
Change-Id: Ia2711f05fc4ebb521cc48e95c16336c13f2d47f8
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions