Michael Groover
c9ae45de98
Merge "Remove 'Sensors Off' tile as it is now a developer QS tile"
2019-04-03 20:54:17 +00:00
Android Build Merger (Role)
9aba496758
Merge "[automerger skipped] Merge "Convert Android.mk file to Android.bp" am: e6bcf626be am: 7f0a256a78 am: e280e2e614 -s ours am skip reason: change_id I92f7584aeaf502336f67e04fbc22634784c9305d with SHA1 b61bab6a58 is in history"
2019-04-03 20:47:26 +00:00
Sasha Smundak
1dd26494c0
[automerger skipped] Merge "Convert Android.mk file to Android.bp" am: e6bcf626be am: 7f0a256a78
...
am: e280e2e614 -s ours
am skip reason: change_id I92f7584aeaf502336f67e04fbc22634784c9305d with SHA1 b61bab6a58 is in history
Change-Id: If1e555e8549034a31fa346b7b81aac30231e9e74
2019-04-03 13:46:57 -07:00
TreeHugger Robot
767bdc8f68
Merge "Deprecate runOnBinderBlocking()"
2019-04-03 20:44:32 +00:00
TreeHugger Robot
0e7083bcf3
Merge "Refactor PowerWhitelistBackend"
2019-04-03 20:41:21 +00:00
TreeHugger Robot
ba02886375
Merge "Convert core/tests/featureflagtests/Android.mk file to Android.bp"
2019-04-03 20:31:10 +00:00
TreeHugger Robot
54fbca6cc1
Merge "Add com.android.keyguard to LOCAL_JACK_COVERAGE_INCLUDE_FILTER."
2019-04-03 20:30:17 +00:00
TreeHugger Robot
b89d92b5d6
Merge "Adding some helper methods in QuickstepContract"
2019-04-03 20:26:44 +00:00
Daniel Sandler
86b7528ed3
Merge "Proper package icon for Q SystemUI."
2019-04-03 20:07:38 +00:00
Chavi Weingarten
af61256397
Merge "Ensure input transactions are applied before injecting input"
2019-04-03 20:05:59 +00:00
Zhi An Ng
c9147c4c7b
Merge "Fix am start -S <package>"
2019-04-03 20:04:58 +00:00
Ryan Mitchell
e0c0c883aa
Merge changes from topic "rro-cts"
...
* changes:
RRO CTS Test APIs
Relax restrictions on non-system overlays
2019-04-03 20:04:41 +00:00
TreeHugger Robot
1388c3339d
Merge "Fix idmap2 policy concatenation"
2019-04-03 20:04:32 +00:00
Ng Zhi An
494d4fea1e
Fix am start -S <package>
...
Previously, am start <package> and am start -S <package> had different
behaviors because the -S code path did not convert the default user id
(by calling handleIncomingUser) into a proper userId that is uses for
querying intent activities.
The default user id is converted in other code paths, so we do not
convert it inside of makeIntent, but only in the mStopOption path, right
before queryIntentActivities.
Test: adb shell am start -S com.android.chrome
Test: adb shell run-as com.example.zhin am start
(same as P)
IllegalArgumentException: No intent supplied
Test: adb shell run-as com.example.zhin am start com.example.zhin
(same as P)
Security exception: Permission Denial: startActivityAsUser asks to run as user
-2 but is calling from uid u0a193; this requires
android.permission.INTERACT_ACROSS_USERS_FULL
Test: adb shell run-as com.example.zhin am start --user 0 com.example.zhin
(same as P)
Starting: Intent { act=android.intent.action.MAIN
cat=[android.intent.category.LAUNCHER] pkg=com.example.zhin }
Error: Activity not started, unable to resolve Intent {
act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]
flg=0x10000000 pkg=com.example.zhin }
Bug: 129712542
Change-Id: I3ce6ffd40fd834bffd28b4440c1fb0024c799d95
2019-04-03 20:01:32 +00:00
Chavi Weingarten
59934bee59
Merge "Add onPointerDownOutsideFocus for events outside the focused window (4/4)"
2019-04-03 19:59:24 +00:00
Jean-Michel Trivi
c6d7460140
Merge "PlayerBase: conditional muting on OP_PLAY_AUDIO changes"
2019-04-03 19:58:59 +00:00
Chalard Jean
da0e27e7e4
Merge "Straighten AIDL interface for the memory store"
2019-04-03 19:58:46 +00:00
Josh Tsuji
3a333d5130
Merge "Adds the flyout view."
2019-04-03 19:54:34 +00:00
TreeHugger Robot
c4910518b7
Merge "Using input monitor for edge swipe handling for back"
2019-04-03 19:47:26 +00:00
TreeHugger Robot
c2bb94fc29
Merge "Add package name when loadModules and attach."
2019-04-03 19:36:20 +00:00
TreeHugger Robot
82cd3ec399
Merge "Removes unnecessary call to prepareScanResultLocked"
2019-04-03 19:35:40 +00:00
TreeHugger Robot
ad0dbc493b
Merge "Set packages.list context to packages_list_file."
2019-04-03 19:34:28 +00:00
TreeHugger Robot
1add38f859
Merge "Add onDestroyView to allow clock plugins to clean up resources."
2019-04-03 19:33:23 +00:00
Kevin Chyn
9ced4908b6
Merge "Set current user to USER_NULL when HAL dies"
2019-04-03 19:33:11 +00:00
Kevin Chyn
4351d1cb33
Merge "Don't invoke resetLockout when not enrolled"
2019-04-03 19:32:51 +00:00
Joshua Tsuji
614b1df084
Adds the flyout view.
...
This moves the view itself from BubbleView to BubbleStackView, since there will never be multiple flyouts and it simplifies layout. This also adds getUpdateMessage to NotificationEntry which is used to generate the flyout text.
Test: atest SystemUITests
Change-Id: Ief2fcfb2b12b927fdd68f737d49080335c884bef
2019-04-03 15:14:50 -04:00
TreeHugger Robot
bbc42684cc
Merge "Disallow PIP for Volume Panel"
2019-04-03 19:07:26 +00:00
David Nelloms
6d726f5e0d
Merge "Remove focusable attribute from car_preference."
2019-04-03 19:04:01 +00:00
Sasha Smundak
e280e2e614
Merge "Convert Android.mk file to Android.bp" am: e6bcf626be
...
am: 7f0a256a78
Change-Id: Ib00a5e849ecacbdb4a37e49c41def82ab394f7ab
2019-04-03 11:51:12 -07:00
Sasha Smundak
89eaa93af9
Convert core/tests/featureflagtests/Android.mk file to Android.bp
...
See build/soong/README.md for more information.
Bug: 122332340
Test: treehugger
Change-Id: If3f574bc15dedcd7880be605667297d257175c8d
2019-04-03 11:42:24 -07:00
Sasha Smundak
7f0a256a78
Merge "Convert Android.mk file to Android.bp"
...
am: e6bcf626be
Change-Id: I960027bd43c94d6d9908b83a1a13bffab8973549
2019-04-03 11:39:45 -07:00
TreeHugger Robot
b00f655fc2
Merge "Ensure that we always log updating from file."
2019-04-03 18:33:29 +00:00
Sunny Goyal
18ae97e337
Adding some helper methods in QuickstepContract
...
Test: N/A
Change-Id: I3d4c05820659a1f91d4a23f2bfd2ffc56ed06234
2019-04-03 11:25:59 -07:00
Treehugger Robot
e6bcf626be
Merge "Convert Android.mk file to Android.bp"
2019-04-03 18:23:31 +00:00
TreeHugger Robot
7ea2688159
Merge "Allow companion apps to start background activities from PendingIntents (even if they aren't foreground)"
2019-04-03 18:20:33 +00:00
TreeHugger Robot
03a8c09514
Merge "Remove obscure check that was always true"
2019-04-03 18:19:02 +00:00
Android Build Merger (Role)
afcb7fff36
Merge "Merge "Clean up permissions when uids are no longer used" am: 7754d368f4 am: ecb28c1948 am: 16ee7a1be4"
2019-04-03 18:04:24 +00:00
Chenbo Feng
4fe8600cb3
Merge "Clean up permissions when uids are no longer used" am: 7754d368f4 am: ecb28c1948
...
am: 16ee7a1be4
Change-Id: I7773132d11d6225eac91ab2fee1043159c295d83
2019-04-03 11:03:32 -07:00
Ryan Mitchell
ac791e6557
Fix idmap2 policy concatenation
...
When printing warning messages while generating idmaps, put the vertical
bar chracater in between the policies.
Bug: none
Test: manual
Change-Id: I8efee753d9ed7ce99ccafd49b6c8744eea031839
2019-04-03 11:02:39 -07:00
Ioannis Ilkos
9797c76e2f
Merge "Add statically built regex pattern to avoid rebuilding all the time"
2019-04-03 18:02:27 +00:00
Jeff Sharkey
79a7407e20
Merge "Snapshot arguments before processing."
2019-04-03 17:58:22 +00:00
Chenbo Feng
16ee7a1be4
Merge "Clean up permissions when uids are no longer used" am: 7754d368f4
...
am: ecb28c1948
Change-Id: I256ca6f16ea1fcd240a1b7cd2b3199d4504e6c33
2019-04-03 10:50:39 -07:00
Todd Kennedy
719082db68
Merge "OverlayInfo API: fix @Nullable -> @NonNull"
2019-04-03 17:48:11 +00:00
TreeHugger Robot
ea46579c3b
Merge "Avoid a bunch of log spam in SmartReplyConstantsTest."
2019-04-03 17:45:47 +00:00
Chenbo Feng
ecb28c1948
Merge "Clean up permissions when uids are no longer used"
...
am: 7754d368f4
Change-Id: I3c06a36368abb9a1e7885d281ea1155fce857eea
2019-04-03 10:38:57 -07:00
Muhammad Qureshi
e1e0528d85
Merge "Cancel Metric activations"
2019-04-03 17:38:51 +00:00
TreeHugger Robot
cfd519fedd
Merge "Increase char limit for face_error_not_enrolled"
2019-04-03 17:37:07 +00:00
Robert Snoeberger
3358cfbe5c
Add onDestroyView to allow clock plugins to clean up resources.
...
Fixes: 129859743
Test: New test point added to KeyguardClockSwitchTest
Change-Id: Ia0eb7cb329820a64a4783937f65135fda742a2d1
2019-04-03 17:29:16 +00:00
Florian Mayer
d4db997a81
Set packages.list context to packages_list_file.
...
Bug: 123186697
Test: adb shell su root ls -lZd /data/system/packages.list
-rw-r----- 1 system package_info u:object_r:packages_list_file:s0 35816 2019-04-02 14:17 /data/system/packages.list
Change-Id: I62ae03b5c2acf6c703f2e4c6f49cc68825e3a785
2019-04-03 18:28:16 +01:00
Allen Hair
9aa82fd0fe
Add com.android.keyguard to LOCAL_JACK_COVERAGE_INCLUDE_FILTER.
...
Also remove com.android.systemui.tests from
LOCAL_JACK_COVERAGE_EXCLUDE_FILTER because that package does not
actually exist.
Test: EMMA_INSTRUMENT=true mma
Bug: 129419144
Change-Id: Ifd502e9cf1b0e031b72da780bd58a942563ce858
2019-04-03 17:22:39 +00:00