TreeHugger Robot
267120cdec
[automerger skipped] Merge "Revert "Revert "[pm] remove old stage dirs on low storage""" into qt-dev am: 1023ace074 -s ours
...
am skip reason: skipped by user schfan
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16057667
Change-Id: I674bf4ab0dcdef8facc89b664c13046f29367a41
2021-11-04 14:52:37 +00:00
TreeHugger Robot
1023ace074
Merge "Revert "Revert "[pm] remove old stage dirs on low storage""" into qt-dev
2021-11-04 01:09:30 +00:00
Songchun Fan
db7163c1e2
[automerger skipped] Revert "Revert "[pm] remove old stage dirs on low storage"" am: bd25f70623 -s ours am: 40ef8ac08d -s ours
...
am skip reason: skipped by user schfan
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16058207
Change-Id: Ib6d2854be4f6abf2a87ff18d58c11d88ee704127
2021-11-04 00:19:29 +00:00
Songchun Fan
40ef8ac08d
[automerger skipped] Revert "Revert "[pm] remove old stage dirs on low storage"" am: bd25f70623 -s ours
...
am skip reason: skipped by user schfan
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16058207
Change-Id: I284ba2ba12f8533a890e757189edb36399582c1d
2021-11-04 00:03:00 +00:00
Songchun Fan
bd25f70623
Revert "Revert "[pm] remove old stage dirs on low storage""
...
This reverts commit b45ebca772 .
Reason for revert: adding the fix for system to abandon sessions
BUG: 67862680
Test: manual
Change-Id: I2b735e4860dce6eb6d5d8ddc158e8b3165910dc7
Merged-In: I91170ba399b3a596320b3bd9c8188912e5c4f1be
2021-10-14 10:40:29 -07:00
Songchun Fan
3e28df68fa
Revert "Revert "[pm] remove old stage dirs on low storage""
...
This reverts commit b45ebca772 .
Reason for revert: adding the fix for system to abandon sessions
BUG: 67862680
Test: manual
Change-Id: Ia798eb776eb1d05347514a238a6dd75e7c89e872
Merged-In: I91170ba399b3a596320b3bd9c8188912e5c4f1be
2021-10-14 09:26:28 -07:00
TreeHugger Robot
d4be365335
Merge "Disallow overlays for ResolverActivity" into qt-dev am: f3661fc780
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15960137
Change-Id: I9b7a79b6d27be475f72549b3716d8036459b3f31
2021-10-06 21:50:19 +00:00
TreeHugger Robot
f3661fc780
Merge "Disallow overlays for ResolverActivity" into qt-dev
2021-10-06 21:36:18 +00:00
Jeff DeCew
025a668cf9
Merge "Do not show the notification footer until the user is set up." into qt-dev am: 3bc24e3826
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15877960
Change-Id: Id7097c9716292cb6edef1e06fe321b954fcff7ac
2021-10-05 17:32:35 +00:00
Jeff DeCew
3bc24e3826
Merge "Do not show the notification footer until the user is set up." into qt-dev
2021-10-05 17:21:10 +00:00
Collin Fijalkovich
9bd0b2f9d0
Disallow overlays for ResolverActivity
...
Prevents non-system apps from placing a window over the app selection
screen.
Bug: 143559931
Test: Installed test app and attempted to overlay
Change-Id: Ied05088a5007e0f10cd3e1abd8d7da8ffeb3b674
Merged-In: Ied05088a5007e0f10cd3e1abd8d7da8ffeb3b674
(cherry picked from commit 34534e1fd2 )
2021-10-01 19:20:03 +00:00
Quang Luong
72c56e2c88
Merge "Fix NPE on getTitle()" into qt-dev am: afee5a7219
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15888886
Change-Id: Ib57e720c6c28fe5d24406775ba8832650c8dbd12
2021-09-30 15:23:33 +00:00
Quang Luong
afee5a7219
Merge "Fix NPE on getTitle()" into qt-dev
2021-09-30 15:13:05 +00:00
Yu-Han Yang
8ff472434b
Fix serialization bug in GpsNavigationMessage am: 8bcd86e662 am: 0fa0b6b222
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15878936
Change-Id: I9bc3f5c810eacf619856e1e1098cb9f93f0348ec
2021-09-30 01:47:15 +00:00
Yu-Han Yang
0fa0b6b222
Fix serialization bug in GpsNavigationMessage am: 8bcd86e662
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15878936
Change-Id: If118227062e72e21f88d7b68a786e2f9b7106a13
2021-09-30 01:32:59 +00:00
Yu-Han Yang
fb37bba744
Fix serialization bug in GpsNavigationMessage am: a1b4297002
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15878935
Change-Id: I4150f4295f3a4fb0174a0f1175df678bba9a4dbe
2021-09-30 01:12:10 +00:00
cnchen
ced3af1e05
Fix NPE on getTitle()
...
Bug: 199922685
Test: make RunSettingsLibRoboTests -j40
Change-Id: I35bf6f5911dc0ee56e43af7faddaceb479362863
(cherry picked from commit f00f2203b5 )
Merged-In: I35bf6f5911dc0ee56e43af7faddaceb479362863
2021-09-22 22:20:42 +00:00
Jeff DeCew
e7f992a133
Do not show the notification footer until the user is set up.
...
Bug: 193149550
Test: follow repro steps
Merged-In: I49e2b8bcec7b2ce0a9776ff30a64c07f24949da7
Change-Id: I49e2b8bcec7b2ce0a9776ff30a64c07f24949da7
2021-09-22 16:04:05 +00:00
Yu-Han Yang
8bcd86e662
Fix serialization bug in GpsNavigationMessage
...
Bug: 196970023
Test: presubmits passing.
Change-Id: I69f51eb2faac0cf2ee9f7a5f94f7100925f7221c
2021-09-22 01:48:57 +00:00
Yu-Han Yang
a1b4297002
Fix serialization bug in GpsNavigationMessage
...
Bug: 196970023
Test: presubmits passing.
Change-Id: I69f51eb2faac0cf2ee9f7a5f94f7100925f7221c
2021-09-22 01:48:28 +00:00
Bill Yi
225c3e8769
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 735bca5320 -s ours am: a14ca941a8 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15875819
Change-Id: Ifb68017d85ad4acb85d0b43fc290b412b95339e0
2021-09-21 18:01:23 +00:00
Bill Yi
a14ca941a8
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 735bca5320 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15875819
Change-Id: I5b95e1b837c0b93336b9f1431cfbf017ac9d6b43
2021-09-21 17:57:04 +00:00
Bill Yi
a780c8afe5
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 3520f7482a -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15875815
Change-Id: I9d5b8e357cf8e9444c570e491e1c095f8369254a
2021-09-21 17:56:17 +00:00
Bill Yi
3520f7482a
Import translations. DO NOT MERGE ANYWHERE
...
BUG:179338675
Auto-generated-cl: translation import
Change-Id: I923bef8ca7180e06c7ac235550de4ededa592981
2021-09-21 04:15:02 +00:00
Bill Yi
735bca5320
Import translations. DO NOT MERGE ANYWHERE
...
BUG:179338675
Auto-generated-cl: translation import
Change-Id: I197c41477e0d8b17bb1171d60dd97efff6290a58
2021-09-21 04:14:42 +00:00
shubang
05d7f90c41
TIF: fix issue of using caller-aware methods after clearCallingIdentity() am: 05363ef193 am: e55bc91578
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15752564
Change-Id: Ifde0bb94cabf013af3fd1d0a63e3b514b12558fe
2021-09-08 00:47:48 +00:00
shubang
e55bc91578
TIF: fix issue of using caller-aware methods after clearCallingIdentity() am: 05363ef193
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15752564
Change-Id: Iaa3b040cc8e47a3a36496b1de033b341a0e9e2e3
2021-09-08 00:37:10 +00:00
shubang
05363ef193
TIF: fix issue of using caller-aware methods after clearCallingIdentity()
...
Bug: 189824175
Test: atest android.media.tv.cts.TvInputManagerTest
Change-Id: Iced6c2245c0099bc4bcdaceb51f8cce4dbc0a392
(cherry picked from commit a2ab2772d7 )
2021-09-07 19:15:05 +00:00
TreeHugger Robot
ec3f123bf9
Merge "[DO NOT MERGE] Fixing unsafe pending intent in notification" into qt-dev am: bfc095df4f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15727764
Change-Id: Idb672f7ec958e718f6434e9ebfa6597e9a1eb3a8
2021-09-07 15:19:25 +00:00
Sunny Goyal
c3ccdd5af9
[automerger skipped] [DO NOT MERGE] Fixing unsafe pending intent in notification am: 7ff5163b2d -s ours
...
am skip reason: skipped by user sunnygoyal
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15727764
Change-Id: I5186b592a2b24d9dafe143e313916ee6bf7036b9
2021-09-07 15:19:24 +00:00
TreeHugger Robot
bfc095df4f
Merge "[DO NOT MERGE] Fixing unsafe pending intent in notification" into qt-dev
2021-09-06 21:20:01 +00:00
Evan Chen
8f758cff77
Backporting the change of ag/15629060 to pi-dev am: 95ff59db3b am: e317818b24
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15748731
Change-Id: I367963c27904d0ec965c16a4275a6cc18386c346
2021-09-06 05:07:54 +00:00
Evan Chen
e317818b24
Backporting the change of ag/15629060 to pi-dev am: 95ff59db3b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15748731
Change-Id: Ibd3803cbca8dbc9ce44f5982f84a5e81b840c1bc
2021-09-06 05:04:36 +00:00
Evan Chen
37d7f20996
Merge "Backporting the change of ag/15629060 to qt-dev" into qt-dev am: 587162dfb8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15744060
Change-Id: I3b0f3bdeff33c52b5b20f4b6db10f5069d9bfbb6
2021-09-06 05:03:16 +00:00
Evan Chen
587162dfb8
Merge "Backporting the change of ag/15629060 to qt-dev" into qt-dev
2021-09-06 04:50:56 +00:00
Aseem Kumar
662fcc58ef
Prevent apps from spamming addAccountExplicitly. am: 551d70e1c8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15624525
Change-Id: If96923b691c90b4d2f6e247db3474aba99183383
2021-09-03 22:19:18 +00:00
Aseem Kumar
551d70e1c8
Prevent apps from spamming addAccountExplicitly.
...
See comment here for the discussion on solution
https://b.corp.google.com/issues/169762606#comment14
Change-Id: If212df3a3b7be1de0fb26b8e88b2fcbb8077c253
Bug: 169762606
(cherry picked from commit 11053c17b3 )
Change-Id: I424e098dd70ae31bbbc7cb2f3eccd1ccc287064b
Merged-In: If212df3a3b7be1de0fb26b8e88b2fcbb8077c253
2021-09-03 19:08:23 +00:00
Evan Chen
95ff59db3b
Backporting the change of ag/15629060 to pi-dev
...
Bug: 172251622
Bug: 197035186
Change-Id: Ic3ffcb622af232473adf8a8c8307cce78227bac0
Merged-In: I7e2f95fd85e18127dc481f188ace8ad6effc4831
Test: Manual
2021-09-03 01:44:39 +00:00
Evan Chen
55f71f96c3
Backporting the change of ag/15629060 to qt-dev
...
Bug: 172251622
Bug: 197035186
Change-Id: Ic3ffcb622af232473adf8a8c8307cce78227bac0
Merged-In: I7e2f95fd85e18127dc481f188ace8ad6effc4831
Test: Manual
2021-09-03 01:44:01 +00:00
TreeHugger Robot
5a1724e2ce
[automerger skipped] Merge "DO NOT MERGE Bluetooth: Fix formatting in getAlias()" into qt-dev am: 204ab511e0 -s ours
...
am skip reason: Merged-In Ic309f4aad116fd424d5d0d0e2016d61be8826b78 with SHA-1 3bdad2df2e is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15616710
Change-Id: Ia04240ef3e40f7f19dc736fcbb6017809e1db98f
2021-09-02 01:35:41 +00:00
TreeHugger Robot
204ab511e0
Merge "DO NOT MERGE Bluetooth: Fix formatting in getAlias()" into qt-dev
2021-09-02 01:20:06 +00:00
TreeHugger Robot
36fbfc6d1a
[automerger skipped] Merge "DO NOT MERGE Bluetooth: Fix formatting in getAlias()" into pi-dev am: 44dc2b273b -s ours am: 34709e93e6 -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15616708
Change-Id: I85974d9dd9cb2112f7a5ef7b69795890b1af1b2b
2021-09-02 00:17:58 +00:00
TreeHugger Robot
34709e93e6
[automerger skipped] Merge "DO NOT MERGE Bluetooth: Fix formatting in getAlias()" into pi-dev am: 44dc2b273b -s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15616708
Change-Id: Ib2727dcac4709ffa2015923ed256978ff1d74705
2021-09-02 00:03:44 +00:00
TreeHugger Robot
44dc2b273b
Merge "DO NOT MERGE Bluetooth: Fix formatting in getAlias()" into pi-dev
2021-09-01 23:50:38 +00:00
Hansong Zhang
3bdad2df2e
DO NOT MERGE Bluetooth: Fix formatting in getAlias()
...
Bug: 180747689
Test: manual
Change-Id: Ic309f4aad116fd424d5d0d0e2016d61be8826b78
2021-09-01 21:19:06 +00:00
Hansong Zhang
e15791bbe1
DO NOT MERGE Bluetooth: Fix formatting in getAlias()
...
Bug: 180747689
Test: manual
Change-Id: Ic309f4aad116fd424d5d0d0e2016d61be8826b78
Merged-In: Ic309f4aad116fd424d5d0d0e2016d61be8826b78
2021-09-01 21:18:43 +00:00
TreeHugger Robot
7c35716464
Merge "Prevent apps from spamming addAccountExplicitly. See comment here for the discussion on solution https://b.corp.google.com/issues/169762606#comment14 " into pi-dev am: a0226b4d47 am: b65ac540d2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15405290
Change-Id: Ib461e405d5bd65840fb4f1e962cdd5d1061a882f
2021-09-01 00:49:59 +00:00
TreeHugger Robot
b65ac540d2
Merge "Prevent apps from spamming addAccountExplicitly. See comment here for the discussion on solution https://b.corp.google.com/issues/169762606#comment14 " into pi-dev am: a0226b4d47
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15405290
Change-Id: I0073721ed49e40043625eae71f37e7e95b987340
2021-09-01 00:34:01 +00:00
TreeHugger Robot
a0226b4d47
Merge "Prevent apps from spamming addAccountExplicitly. See comment here for the discussion on solution https://b.corp.google.com/issues/169762606#comment14 " into pi-dev
2021-09-01 00:11:36 +00:00
Sunny Goyal
7ff5163b2d
[DO NOT MERGE] Fixing unsafe pending intent in notification
...
Bug: 173025705
Test: Manual
Change-Id: I37e807fffe9ad67caa93a91d5e350350514989ab
2021-08-31 10:51:20 -07:00