Youngjun Kwak
7dc8ba8c37
Merge "DO NOT MERGE Remove superfluous resetting of Keyguard on unocclusion." into rvc-qpr-dev
2021-03-20 01:41:25 +00:00
TreeHugger Robot
1c9ac73a78
Merge "TelephonyRegistry: Pass featureId to LocationAccessPolicy" into rvc-qpr-dev
2021-03-19 04:16:53 +00:00
TreeHugger Robot
2b534bde0e
Merge "Fix an NPE in BatteryService" into rvc-qpr-dev
2021-03-18 20:10:12 +00:00
Gavin Corkery
5a2b08a5f9
Merge "Add immutability flag to PendingIntents" into rvc-qpr-dev
2021-03-18 09:29:37 +00:00
Tobias Thierer
3a9dd32f61
Merge changes from topic "bug158482162_rvc-qpr-dev" into rvc-qpr-dev
...
* changes:
Fix DevicePolicyManager.isBackupServiceEnabled() breakage.
BackupManagerService: Make new behavior conditional on ChangeId.
Enforce BACKUP permission on Service end.
2021-03-17 12:09:13 +00:00
Narayan Kamath
93bf331262
TelephonyRegistry: Pass featureId to LocationAccessPolicy
...
Bug: 162850073
Test: manual
Change-Id: I3a5afddfc151e06f5deb0220620bbd40849626c4
Merged-In: I3a5afddfc151e06f5deb0220620bbd40849626c4
2021-03-17 09:19:20 +00:00
TreeHugger Robot
1835b5e211
[automerger skipped] Merge changes I6ec246a6,If7eb8857,Id3d12b23,Ia52f9caf,I21028457, ... into rvc-dev am: 65eb4a4332 -s ours
...
am skip reason: skip tag Change-Id I6ec246a6a4e61f634956a165797fbb80296efd6a with SHA-1 5b90ebaf4d is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13425320
Change-Id: Idc7ec89ece0a688eb3adebc05822b526353e9e81
2021-03-17 08:56:39 +00:00
TreeHugger Robot
65eb4a4332
Merge changes I6ec246a6,If7eb8857,Id3d12b23,Ia52f9caf,I21028457, ... into rvc-dev
...
* changes:
Fix legacy APIs when VPN switches to suspended underlying network.
Backport test coverage from aosp/1547496.
Backport some helpers in ConnectivityServiceTest.
Test for bugs with suspended VPN underlying networks.
Add a test for getDefaultNetworkCapabilitiesForUser.
Improve testing of CONNECTIVITY_ACTION broadcasts.
Test passing an underlying network array with null network in it.
Make testVpnNetworkActive more deterministic.
Make MockVpn more realistic and easier to use.
Increase test coverage for VPN info sent to NetworkStatsService.
Simplify MockVpn.
Test a VPN with an underlying network that does not yet exist.
2021-03-17 08:14:50 +00:00
TreeHugger Robot
4327d3dda8
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2021-03-17 06:00:41 +00:00
TreeHugger Robot
d79991aece
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2021-03-17 05:41:17 +00:00
Bill Yi
41016aa079
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I1bb43899dd3980ea532bed2e664417303341ddb8
2021-03-17 02:31:44 +00:00
Bill Yi
23de41f97b
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Idd607d6d991c4a487625b042b8362c7cc7bd23f9
2021-03-17 02:13:01 +00:00
Shuo Qian
e1e036661c
Merge "Add Emergency callback mode shell command" into rvc-qpr-dev
2021-03-17 00:39:30 +00:00
kwaky
92d80a9626
DO NOT MERGE Remove superfluous resetting of Keyguard on unocclusion.
...
Bug: 182245575
Test: Manual
Change-Id: I6fc7aa47a7880f321a50e687dd0882bd530a586b
Merged-In: I23eed3a1edbcbe946d14500d92d139b941a53ca4
2021-03-16 22:36:26 +00:00
Wei Sheng Shih
7874170373
Merge "[RESTRICT AUTOMERGE]Fix launching app from work profile cannot show splash screen." into rvc-qpr-dev
2021-03-16 09:14:10 +00:00
Youngjun Kwak
138fdb88cd
Merge "DO NOT MERGE Delete superfluous call of mInsetsController.onControlsChanged." into rvc-qpr-dev
2021-03-16 06:12:05 +00:00
TreeHugger Robot
5a5aad0c5b
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2021-03-15 17:30:36 +00:00
TreeHugger Robot
788527c931
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2021-03-15 17:27:56 +00:00
Julia Reynolds
aec7cbecdc
Vibrate as system instead of as an app
...
When DND is on, apps aren't allowed to play vibrations on
blocked usages. However, we still need to play vibrations for
notifications from those apps that meet DND criteria.
Previously we accomplished this by passing in the bypass
DND flag, however this flag is also being used to bypass camera
audio restrictions, which we don't want.
So now we'll play vibrations as "android", which is always
exception from DND restrictions and isn't exempt from the
camera restriction. In order to maintain debugging from bugreports,
the package name and uid that we're vibrating for are now included
in the vibration reason.
Test: BuzzBeepBlinkTest
Test: trigger notification vibration
Test: trigger notification vibration, DND on, notif allowed
Test: fail to trigger notification vibration, DND on, notif intercepted
Test: fail to trigger notification vibration, camera is recording video
Test: check bugreport output
Bug: 171946151
Change-Id: I8958852403827341480351ee0c60a4fd30f5280d
(cherry picked from commit e13866164b )
Merged-In: e13866164b
2021-03-15 13:20:59 +00:00
Bill Yi
0a820901e3
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I2511b1f3d40988285aa02f545d288812b58b38b3
2021-03-14 07:19:31 +00:00
Jeffrey Huang
595002a0ac
Fix an NPE in BatteryService
...
mCallback is possible to be null. Avoid registering null callbacks.
Bug: 175184519
Test: TH
Change-Id: Ic382d268f40a8ea31aaeedc7a85b6dc9b4e6c210
Merged-In: Ic382d268f40a8ea31aaeedc7a85b6dc9b4e6c210
(cherry picked from commit 780ca87adc )
2021-03-12 20:05:10 +00:00
kwaky
1f2cb484f9
DO NOT MERGE Delete superfluous call of mInsetsController.onControlsChanged.
...
This is already called by systemui and the redundant call causes
leash access after invalidation.
Bug: 179307474
Bug: 171031234
Bug: 177940325
Test: Manual
Change-Id: Ie2d12fc857a8b6dd5d8ee8b57ad693c822b896a4
2021-03-12 10:37:24 -08:00
Bill Yi
b51058da22
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic8b967ecb544aa886302eb4a13f0542464ee1608
2021-03-12 00:38:07 -08:00
TreeHugger Robot
64ab91ef98
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2021-03-12 03:29:46 +00:00
Winson Chiu
90b62806ae
[automerger skipped] Revert "Only allow BROWSABLE && DEFAULT Intents to be always opened" am: f83d79928f am: e75b482280 -s ours
...
am skip reason: Change-Id I78284e0a0dd5c41345753cdd2ed9a518db1df930 with SHA-1 2ef71e3c85 is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13727756
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ib77c0e855fe142deeefc2c2e1bede949b2bde26c
2021-03-12 00:04:24 +00:00
Winson Chiu
e75b482280
Revert "Only allow BROWSABLE && DEFAULT Intents to be always opened" am: f83d79928f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13727756
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ia9ad54a05bfebadde7cd9cb516342cb6d763c328
2021-03-11 23:14:28 +00:00
TreeHugger Robot
5079f881c0
Merge "Revert "Only allow BROWSABLE && DEFAULT Intents to be always opened"" into rvc-qpr-dev
2021-03-11 22:49:55 +00:00
Bill Yi
ae32c0cde5
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I72e5bcc7c06e1373834b046a561ccc4616d2861c
2021-03-11 13:54:30 -08:00
Winson Chung
64394decb9
Merge "Ensure that ML model results are still bounded by the gesture insets" into rvc-qpr-dev
2021-03-11 05:21:55 +00:00
TreeHugger Robot
17d7e62c99
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2021-03-11 04:58:48 +00:00
Bill Yi
ae39027044
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Id96425ec66674f92fac994225b9389b7422b600b
2021-03-10 18:50:25 -08:00
TreeHugger Robot
b69e261eb2
Merge "DO NOT MERGE Remove focus on PasswordTextView" into rvc-qpr-dev
2021-03-11 01:50:50 +00:00
Winson Chiu
2ef71e3c85
Revert "Only allow BROWSABLE && DEFAULT Intents to be always opened"
...
Reason for revert: Punted to future release due to invalid fix
Bug: 175319005
Merged-In: I00b78d596ee05c5a4a228771bbf8082af2b0ab8a
Merged-In: I78284e0a0dd5c41345753cdd2ed9a518db1df930
Change-Id: I78284e0a0dd5c41345753cdd2ed9a518db1df930
2021-03-11 00:30:28 +00:00
Winson Chiu
f83d79928f
Revert "Only allow BROWSABLE && DEFAULT Intents to be always opened"
...
Reason for revert: Punted to future release due to invalid fix
Bug: 175319005
Merged-In: I00b78d596ee05c5a4a228771bbf8082af2b0ab8a
Merged-In: I78284e0a0dd5c41345753cdd2ed9a518db1df930
Change-Id: I78284e0a0dd5c41345753cdd2ed9a518db1df930
(cherry picked from commit ffe45e4497 )
2021-03-11 00:27:59 +00:00
Heemin Seog
1a96556be5
DO NOT MERGE Remove focus on PasswordTextView
...
Because we provide a PIN pad, the passwordTextView does not need to be
focusable.
Bug: 182211814
Test: manual
Change-Id: Ib0ed8c0bf6c0fd70f750e093b1fb64134866d442
2021-03-11 00:03:39 +00:00
TreeHugger Robot
5fc03a1663
Merge "Make two broadcasts protected" into rvc-qpr-dev
2021-03-10 23:00:30 +00:00
TreeHugger Robot
09b7b55659
Merge "Include whether in touch mode for WindowlessWindowManager" into rvc-qpr-dev
2021-03-10 22:58:08 +00:00
Winson Chung
183e9b78ce
Ensure that ML model results are still bounded by the gesture insets
...
- In some cases, the ML model may return that it is a valid swipe
even if it is out of the current inset bounds
Bug: 178561216
Test: Enable ML model, rotate to landscape and try to swipe near
the edges
Merged-In: Iaecd11acf50a1a19fe5964e11e06fb564ca6988c
Change-Id: Iaecd11acf50a1a19fe5964e11e06fb564ca6988c
(cherry picked from commit 8afd10c966 )
2021-03-10 22:53:15 +00:00
Antonio Kantek
61e7956648
Merge "Use futures for binding and talking to the ExternalStorageService." into rvc-qpr-dev
2021-03-10 21:16:43 +00:00
Miranda Kephart
8d8067af60
[automerger skipped] Merge "[DO NOT MERGE] Close screenshot process on user switched" into oc-mr1-dev am: 84fcb616be -s ours am: 663162c3b0 -s ours am: 250d08c924 am: 91175a30c6 -s ours am: c202b0836a
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420818
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I47a8cf7169b2c60af89b898c446086d8ed7a2d8c
2021-03-10 21:15:02 +00:00
Miranda Kephart
8487e20527
[automerger skipped] Merge "[DO NOT MERGE] Close screenshot process on user switched" into pi-dev am: 5a8e9742ed -s ours am: c7d3369e99 am: 46ecf995d7 -s ours am: 55255a5a1d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420817
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I6745957fd6ee937027fb946e43ccdf7b7aaaf423
2021-03-10 21:14:40 +00:00
Miranda Kephart
dfa0e0a7fd
[automerger skipped] Merge "[DO NOT MERGE] Close screenshot process on user switched" into qt-dev am: e0135acaa6 am: 1c0fa75c03 -s ours am: 8d2a5195e2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420541
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: If00e95a9bd4c4b18a93180be948946b782b0baaa
2021-03-10 21:14:18 +00:00
Miranda Kephart
26c342dd01
[automerger skipped] [DO NOT MERGE] Close screenshot process on user switched am: 9908e1a145 -s ours am: e46f0812c6 -s ours am: a53e25c4c4
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420541
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I96d2a64a430b2422699b83595942a468e568a5d5
2021-03-10 21:14:09 +00:00
Chris Li
0c603d91a7
Include whether in touch mode for WindowlessWindowManager
...
Fix: 179583920
Fix: 180530717
Test: manually with a windowless button
Change-Id: Ice37c3182a44c6284ffa8950996507025c59270b
Merged-In: Ice37c3182a44c6284ffa8950996507025c59270b
2021-03-10 21:11:34 +00:00
Miranda Kephart
c202b0836a
[automerger skipped] Merge "[DO NOT MERGE] Close screenshot process on user switched" into oc-mr1-dev am: 84fcb616be -s ours am: 663162c3b0 -s ours am: 250d08c924 am: 91175a30c6 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420818
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie819e8cfd7d5101c7e86f0e9c871c71bae453856
2021-03-10 20:33:51 +00:00
Miranda Kephart
55255a5a1d
[automerger skipped] Merge "[DO NOT MERGE] Close screenshot process on user switched" into pi-dev am: 5a8e9742ed -s ours am: c7d3369e99 am: 46ecf995d7 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420817
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I15020d4303fa78f01395e88ded1d1c18496310b9
2021-03-10 20:33:31 +00:00
Miranda Kephart
8d2a5195e2
[automerger skipped] Merge "[DO NOT MERGE] Close screenshot process on user switched" into qt-dev am: e0135acaa6 am: 1c0fa75c03 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420541
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ie32197ff743b6ea550c2386b06d6e6e855155982
2021-03-10 20:32:50 +00:00
Miranda Kephart
a53e25c4c4
[automerger skipped] [DO NOT MERGE] Close screenshot process on user switched am: 9908e1a145 -s ours am: e46f0812c6 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420541
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I955754f0c35642791c205dfe229cbebcc37a85c5
2021-03-10 20:32:37 +00:00
Miranda Kephart
91175a30c6
[automerger skipped] Merge "[DO NOT MERGE] Close screenshot process on user switched" into oc-mr1-dev am: 84fcb616be -s ours am: 663162c3b0 -s ours am: 250d08c924
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420818
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Ibfc60f4d303c8443cb22f25a8ae7eebbba672094
2021-03-10 19:55:04 +00:00
Miranda Kephart
46ecf995d7
[automerger skipped] Merge "[DO NOT MERGE] Close screenshot process on user switched" into pi-dev am: 5a8e9742ed -s ours am: c7d3369e99
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13420817
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: I6ce3345d347fc746e99012b48a53f7baff608a18
2021-03-10 19:54:49 +00:00