Andrew Sapperstein
f6219c0242
Merge "Fix erasing of eSIMs for some devices" into qt-dev am: 1f942d9857
am: 44f731c1c7
...
am: b07cee3139
Change-Id: I4e8deaf89a5cb0327e38866b9c205871057fdd92
2019-07-11 21:39:30 -07:00
Raff Tsai
b848474b91
Check FaceManager before get system service
...
Bug: 136788181
Test: adb shell am start -a android.settings.FACE_SETTINGS is not
crashed
Change-Id: If727ab4aa3b4043fa2e4e8c13392e32d566b1bbb
2019-07-12 12:18:16 +08:00
Android Build Merger (Role)
7d92e3d2a2
Merge "Merge "Fix erasing of eSIMs for some devices" into qt-dev am: 1f942d9857
am: 8c6b2bafb0" into qt-r1-dev-plus-aosp
2019-07-12 04:11:01 +00:00
Andrew Sapperstein
b07cee3139
Merge "Fix erasing of eSIMs for some devices" into qt-dev am: 1f942d9857
...
am: 44f731c1c7
Change-Id: I34bb2383b9f14e624ab93caa0108d2a2510f4439
2019-07-11 21:10:41 -07:00
Andrew Sapperstein
07b41c6055
Merge "Fix erasing of eSIMs for some devices" into qt-dev am: 1f942d9857
...
am: 8c6b2bafb0
Change-Id: I07c20368230159ea28af24c95087e74a3e830ab5
2019-07-11 21:10:39 -07:00
Andrew Sapperstein
8c6b2bafb0
Merge "Fix erasing of eSIMs for some devices" into qt-dev
...
am: 1f942d9857
Change-Id: I04bc60ed040546a64ea157840b76d815169d32a3
2019-07-11 20:51:33 -07:00
Andrew Sapperstein
44f731c1c7
Merge "Fix erasing of eSIMs for some devices" into qt-dev
...
am: 1f942d9857
Change-Id: I44e11b7a63c329883b01dc03f820e807c15953cf
2019-07-11 20:51:32 -07:00
Raff Tsai
97b083b268
Make more preference copyable
...
Fixes: 137255130
Test: manual
Change-Id: I76317efd22ef9cccd094a06943eadde8204427b2
2019-07-12 11:47:41 +08:00
Andrew Sapperstein
1f942d9857
Merge "Fix erasing of eSIMs for some devices" into qt-dev
2019-07-12 03:13:39 +00:00
TreeHugger Robot
0eeb83c0f8
Merge "Remove unneeded test resource."
2019-07-12 02:21:37 +00:00
Vinit Nayak
f7d423d106
Remove Settings from recents after app uninstall
...
SettingsActivity now calls finishAndRemoveTask
instead of only finish() to prevent blank
recent task from showing in overview.
Test: Visually inspected bug doesn't exist. Wrote
Roboelectric tests
Fixes: 129733119
Change-Id: I5b73c1b611e6eb52bb6665c215276efdc85c19b2
2019-07-11 16:09:49 -07:00
joshmccloskey
c9e680edac
Ensure feature is supported and enabled. am: a96a84e256
...
am: 00c05fc246
Change-Id: I524966c3163a9dff1c1d7f7a4da496e8a08fb66e
2019-07-11 15:06:11 -07:00
joshmccloskey
00c05fc246
Ensure feature is supported and enabled.
...
am: a96a84e256
Change-Id: I5a1870ed55326fb9e8a5616ffa279bccc42b04ff
2019-07-11 14:56:10 -07:00
joshmccloskey
a96a84e256
Ensure feature is supported and enabled.
...
Fixes: 137285390
Test: Verified that SecuritySettings no longer crashes.
Test: Verified that this PrefenceController no longer shows up
if the device does not support it.
Test: Verified that this PreferenceController no longer
shows up when the work profile is disabled.
Change-Id: I10f015e18491b203db6f942f07034d55f620cfe5
2019-07-11 21:31:31 +00:00
joshmccloskey
d670b80d84
Update FaceSlice to use correct pref & FaceManager am: 365beaebdb
...
am: 5dbcfc9d27
Change-Id: I290d6a89e372f6c70e25aa6c44c2308682ef1049
2019-07-11 14:17:00 -07:00
joshmccloskey
5dbcfc9d27
Update FaceSlice to use correct pref & FaceManager
...
am: 365beaebdb
Change-Id: I3762f68d4f16ad529ad7a1cc56891812daad7016
2019-07-11 14:08:02 -07:00
Joshua Imbriani
3a117e6771
Merge "Correcting sort order of languages for non en-us locales"
2019-07-11 20:28:21 +00:00
Antony Sargent
5f612a4b44
Fix erasing of eSIMs for some devices
...
Doing a factory data reset used to always erase eSIMs. Then a few months
ago we added a default-on checkbox to let users opt out of erasing the
eSIM during this process, but only had it show for some devices (ones
which support the "fastboot oem esim_erase" command) by adding a system
property named masterclear.allow_retain_esim_profiles_after_fdr.
When recently updating the strings shown in the factory data reset
screen and the confirmation dialog, we changed the code so that if that
the checkbox is hidden we'll pass false for the ERASE_ESIMS_EXTRA
parameter sent to the factory data reset confirmation dialog. This had
the unintended side effect of making devices that don't specify true for
masterclear.allow_retain_esim_profiles_after_fdr skip erasing the eSIM.
This CL fixes that by removing the "is the checkbox hidden" check, going
back to the previous behavior of just using the checkbox value, which is
on by default even if hidden.
Fixes: 135284765
Test: make RunSettingsRoboTests
Change-Id: Ia9f335920e4e3c4a90f0a6a49d1722a0c19ea83d
2019-07-11 20:23:58 +00:00
Amin Shaikh
48d43cce57
Remove unneeded test resource.
...
TODO add OverlayTests to presubmit config.
Bug: 134566901
Test: presubmit
Change-Id: Iad54cf858b30870f298ec93e57c77d16d6cc3d95
2019-07-11 13:58:11 -04:00
joshmccloskey
365beaebdb
Update FaceSlice to use correct pref & FaceManager
...
Fixes: 137137134
Test: Manual.
Change-Id: Idc707a7d2009975f81902867e4c37a8ee5775700
2019-07-11 16:28:21 +00:00
Josh Imbriani
7d6263a38d
Correcting sort order of languages for non en-us locales
...
Test: Manually tested
Fixes: b/78125395
Change-Id: I1b370d4ae4995cc7d9f05409be97d4ecf9104241
2019-07-11 15:17:28 +00:00
Yanting Yang
974d986bb7
Merge "Fix the clicking issue of restricted info icon"
2019-07-11 14:56:42 +00:00
Bill Yi
2e10f78225
Merge "[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: 433e625341
-s ours am: 3e9da03d0c
-s ours
...
am: f6311a88da
-s ours
am skip reason: subject contains skip directive
Change-Id: I503026bcf5eb543ad7733da3cc0dabe1f6a2a399
2019-07-11 03:23:14 -07:00
Bill Yi
fda21b8db2
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: 433e625341
-s ours am: 1da3bf10bf
-s ours
...
am: 025db3d33e
-s ours
am skip reason: subject contains skip directive
Change-Id: Ib025fe85d46cc77ce24e94e758b9b3bfa8e5bac8
2019-07-11 03:22:29 -07:00
Android Build Merger (Role)
f6311a88da
Merge "[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: 433e625341
-s ours am: 3e9da03d0c
-s ours am skip reason: subject contains skip directive" into qt-r1-dev-plus-aosp
2019-07-11 10:16:49 +00:00
Bill Yi
4df6694c6e
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: 433e625341
-s ours
...
am: 3e9da03d0c
-s ours
am skip reason: subject contains skip directive
Change-Id: I59f8af945535b6aae8ab1a286816fdff2b0addbf
2019-07-11 03:16:28 -07:00
Bill Yi
025db3d33e
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev am: 433e625341
-s ours
...
am: 1da3bf10bf
-s ours
am skip reason: subject contains skip directive
Change-Id: I1550a0d712b5b8853292e5f05ffda2b4d4a90bff
2019-07-11 03:16:27 -07:00
Bill Yi
3e9da03d0c
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
...
am: 433e625341
-s ours
am skip reason: subject contains skip directive
Change-Id: Ic5c4e1030a1f9907e3274be1a14c49d30783d839
2019-07-11 03:10:27 -07:00
Bill Yi
1da3bf10bf
[automerger skipped] Merge "Import translations. DO NOT MERGE" into qt-dev
...
am: 433e625341
-s ours
am skip reason: subject contains skip directive
Change-Id: I22d56ba044543ee2389402ca28ae5ecf49b4a9cc
2019-07-11 03:10:27 -07:00
Yanting Yang
dfeb1f07bb
Fix the clicking issue of restricted info icon
...
When the switch controller was disabled by admin, we will show the
restricted info icon on it and when user click this icon, it should pop
a dialog to notify user current action not allowed.
This issue was caused by the solution of fixing the a11y view focus
issue b/124334500, it has been disabled the focusable and clickable
attributes of icon then to block the dialog showing.
Recover the focusable and clickable of restricted info icon to fix it.
Fixes: 136439565
Test: visual, robotests
Change-Id: I227add696870e07feca288073e90afa8e76954ee
2019-07-11 10:05:41 +00:00
TreeHugger Robot
433e625341
Merge "Import translations. DO NOT MERGE" into qt-dev
2019-07-11 09:54:20 +00:00
TreeHugger Robot
52a9f551e7
Merge "Import translations. DO NOT MERGE"
2019-07-11 09:06:14 +00:00
tmfang
0d13bd79f1
Merge "Improve Settings launch performance am: 496d3f6f9c
am: edd86364f5" into qt-r1-dev-plus-aosp
...
am: c2b7196945
Change-Id: I5f716f90db5fe97d7ea204a988ee90c1bb9771b1
2019-07-11 01:22:07 -07:00
tmfang
d6cb33e1d2
Improve Settings launch performance am: 496d3f6f9c
am: 49d575b91c
...
am: 6ed2484766
Change-Id: I4468b59d34bfce1b150a575a361d09d167760712
2019-07-11 01:21:19 -07:00
Android Build Merger (Role)
c2b7196945
Merge "Improve Settings launch performance am: 496d3f6f9c
am: edd86364f5" into qt-r1-dev-plus-aosp
2019-07-11 08:12:38 +00:00
tmfang
6ed2484766
Improve Settings launch performance am: 496d3f6f9c
...
am: 49d575b91c
Change-Id: I544556c17a56dd1e36efded7ae565fa7d97fa8ba
2019-07-11 01:12:18 -07:00
tmfang
c5e2ca58f8
Improve Settings launch performance am: 496d3f6f9c
...
am: edd86364f5
Change-Id: I1a90c8c49d6f226997e59b9af4518b93b7194e93
2019-07-11 01:12:16 -07:00
tmfang
49d575b91c
Improve Settings launch performance
...
am: 496d3f6f9c
Change-Id: I16eb11d8850cbd75dd3571d16fce5758e5280bfd
2019-07-11 00:54:14 -07:00
tmfang
edd86364f5
Improve Settings launch performance
...
am: 496d3f6f9c
Change-Id: I5256fa0c04af07108b76cf21e9558b03d499e883
2019-07-11 00:54:14 -07:00
Bill Yi
050a0ab14d
[automerger skipped] Import translations. DO NOT MERGE am: fa674d85ae
-s ours
...
am: c8334b2099
-s ours
am skip reason: subject contains skip directive
Change-Id: I26c6e0489f086b016f0867c9627c4dde2257ea18
2019-07-11 00:16:12 -07:00
Bill Yi
c8334b2099
[automerger skipped] Import translations. DO NOT MERGE
...
am: fa674d85ae
-s ours
am skip reason: subject contains skip directive
Change-Id: I60b58f9eb359488be6f3881f8e927131da2caf0e
2019-07-11 00:04:07 -07:00
TreeHugger Robot
c43a7b99fe
Merge "Fix Settings crash"
2019-07-11 05:56:07 +00:00
TreeHugger Robot
5a871b8c33
Merge "Remove deprecated code"
2019-07-11 05:17:31 +00:00
tmfang
496d3f6f9c
Improve Settings launch performance
...
From traces analysis, we found getFreeBytes
was taking a long time to return.
getFreeBytes was used when storage controller
tried to get storage information.
In order to prevent this case, we put the action
which takes too much time in background thread.
Test: I can't reproduce it locally. From code view,
this is a reasonable root cause.
Fixes: 136268875
Change-Id: I78e42cde88553c003f198cffb5747b352055f59a
(cherry picked from commit 0c37f019f6
)
2019-07-11 04:19:42 +00:00
Raff Tsai
a99a85fdf3
Fix Settings crash
...
Fixes: 136788181
Test: adb shell am start -a android.settings.FACE_SETTINGS will not
crash
Change-Id: I10168ce83ceb8646dce5d5e086b14ca2e3ed8284
2019-07-11 11:29:37 +08:00
Goven Liu
a47265d028
Merge "[Wi-Fi] EAP method AKA' did not pronounced as AKA prime."
2019-07-11 03:22:35 +00:00
Raff Tsai
5fe166075f
Remove deprecated code
...
Fixes: 137106225
Test: rebuild
Change-Id: If978f765fd1f6ec0fded1eb0f7e93e386c5d3163
2019-07-11 11:15:39 +08:00
Bill Yi
fa674d85ae
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I67ba6e489c14dc511d485a4895c9e12fce1c3ee1
2019-07-10 20:08:17 -07:00
Bill Yi
f74a94db37
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I09ed37fffcf0bbcf61cdfa0b1f8cf22f5828d23b
2019-07-10 19:31:11 -07:00
Xin Li
cde0fa3f85
[automerger skipped] Merge "DO NOT MERGE - Skip pie-platform-release (PPRL.190705.004) in master" am: 0c7e805902
-s ours am: ba73db3e92
-s ours am: 3bf8c80dd5
...
am: 547532d23d
-s ours
am skip reason: subject contains skip directive
Change-Id: Ifbeba09ed5b65b88431c6ddf040aa0e90dcf00ea
2019-07-10 19:25:56 -07:00