Beth Thibodeau
b02f236c08
[automerger skipped] Merge "[DO NOT MERGE] Revert "Allow user to block individual apps from resuming."" into rvc-qpr-dev am: 7ca988cab1
am: 62384851e0
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12597795
Change-Id: Iab656363e6cda1b5803b95d8feffcdb74a77b0e6
2020-09-18 04:06:42 +00:00
Beth Thibodeau
cee72185f6
[automerger skipped] [DO NOT MERGE] Revert "Allow user to block individual apps from resuming." am: 70920bd9ff
am: 51499b2f51
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12597795
Change-Id: Ia660e91ac9030ad34e6b095826b760d6ff8052a0
2020-09-18 04:06:38 +00:00
TreeHugger Robot
53fd973ae0
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: 0be898b31b
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12628780
Change-Id: I29e5d492b9ed5b2977c20a9357b7be78cbf513b1
2020-09-17 19:14:06 +00:00
TreeHugger Robot
aa6dc66b38
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev am: 697d2e1fad
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12628378
Change-Id: I5a2d9116459ef22917eb56baae0f8d30eea9f929
2020-09-17 19:12:46 +00:00
Beth Thibodeau
62384851e0
Merge "[DO NOT MERGE] Revert "Allow user to block individual apps from resuming."" into rvc-qpr-dev am: 7ca988cab1
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12597795
Change-Id: I8e7a6c1974a2cd78438bcaa79ee003c787133aa9
2020-09-17 19:12:18 +00:00
Beth Thibodeau
51499b2f51
[DO NOT MERGE] Revert "Allow user to block individual apps from resuming." am: 70920bd9ff
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12597795
Change-Id: I4019b79c2ee725d518ff9c7b6714bda772133d47
2020-09-17 19:12:14 +00:00
Jeremy Goldman
d620baa3d7
Merge "[Testing] AndroidJUnit4 NetworkSelectSettingsTest"
2020-09-17 18:58:36 +00:00
TreeHugger Robot
0be898b31b
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2020-09-17 18:27:09 +00:00
TreeHugger Robot
697d2e1fad
Merge "Import translations. DO NOT MERGE ANYWHERE" into rvc-qpr-dev
2020-09-17 18:20:10 +00:00
Beth Thibodeau
7ca988cab1
Merge "[DO NOT MERGE] Revert "Allow user to block individual apps from resuming."" into rvc-qpr-dev
2020-09-17 17:56:29 +00:00
Beth Thibodeau
70920bd9ff
[DO NOT MERGE] Revert "Allow user to block individual apps from resuming."
...
Revert submission 12392268-cherrypick-mediaappsettings-5fxuo164a2
Bug: 161813143
Reason for revert: no longer want change in QPR
Reverted Changes:
Id3de52419:Allow user to block individual apps from resuming....
I8c85bc937:Allow user to block individual apps from resuming
Change-Id: Ieacef217587476532246b466d680219351bc1657
2020-09-17 17:55:56 +00:00
Jeremy Goldman
7cb2738fdb
[Testing] AndroidJUnit4 NetworkSelectSettingsTest
...
Test: atest -c NetworkSelectSettingsTest
Change-Id: I1d842cd522df87d1cc762b50ae43e9efc723b154
2020-09-17 16:08:33 +00:00
Bill Yi
17d8f4e53a
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ic2d693eb2a6060bd39063cd1e1b6a677c555a500
2020-09-17 13:36:15 +00:00
Bill Yi
fc1e97b985
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I808f46f1aaebeccdfd1bf4c0c561925830b97717
2020-09-17 13:01:33 +00:00
TreeHugger Robot
a4161789d6
Merge "Fix the device on "Media devices" wouldn't update"
2020-09-17 11:32:12 +00:00
Hugh Chen
c3d4b9ace9
Fix cast volume control bar not work
...
Use hashcode as a requestCode id, since the
same requestCode will cause the intent be cached.
Bug: 163095633
Test: make -j42 RunSettingsRoboTests
Change-Id: I2c120f18e24a66aeff5565e952fa4064149ec540
Merged-In: I2c120f18e24a66aeff5565e952fa4064149ec540
(cherry picked from commit 7f3efd4357
)
2020-09-17 08:53:11 +00:00
Hugh Chen
cafeab2813
Fix the device on "Media devices" wouldn't update
...
- This CL use new CachedBluetoothDevice callback instance
in construct to avoid unregister wrong callback.
- This CL use flag to make sure preference will register
callback on onAttached() when preference remove callback
on onPrepareForRemoval() or onDetached().
- Update test case
Bug: 168682778
Bug: 157653997
Test: make -j42 RunSettingsRoboTests
Change-Id: I7a0d9f5332153ee80634e191847b84cd7c380b7d
2020-09-17 08:45:12 +00:00
Kevin Chyn
b646169818
Merge "2/n: Add default implementation for multi-biometric enroll"
2020-09-17 07:43:59 +00:00
Kevin Chyn
87bb772e16
2/n: Add default implementation for multi-biometric enroll
...
1) Adds a layout for multi-biometric selection in BiometricEnrollActivity
2) Adds widgets for checkboxes
3) Shows ConfirmLock*/ChooseLock* for multi-biometric devices in
BiometricEnrollActivity
4) finish()'s when loses foreground
5) Adds default string for ChooseLock* and multi-biometrics, e.g.
"Set up Password + Biometrics", as well as associated plumbing
to bring the user back to BiometricEnrollActivity once the
credential is enrolled
6) When max templates enrolled, checkbox becomes disabled and
description string is updated
Bug: 162341940
Bug: 152242790
Fixes: 161742393
No effect on existing devices with the following:
Test: adb shell am start -a android.settings.BIOMETRIC_ENROLL
Test: SUW
Test: make -j RunSettingsRoboTests
Exempt-From-Owner-Approval: Biometric-related change
to EncryptionInterstitial
Change-Id: I855460d50228ace24d4ec5fbe330f02ab406cc02
2020-09-16 23:30:11 -07:00
Jiashen Wang
624cea1b7a
Do not display eSIM activation option if the device is eSIm ignored am: f537a702dd
am: 6538ee53cf
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12620221
Change-Id: Ibe4302c154adf38f4ee76e0279691e5d06304e2e
2020-09-17 02:52:12 +00:00
Jiashen Wang
6538ee53cf
Do not display eSIM activation option if the device is eSIm ignored am: f537a702dd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12620221
Change-Id: If39f36992de53f89ce07ef5ff1ddb597800dff58
2020-09-17 02:27:04 +00:00
TreeHugger Robot
dd8e325da4
Merge "Updates scale values on back sensitivity sliders"
2020-09-16 22:44:58 +00:00
Jiashen Wang
f537a702dd
Do not display eSIM activation option if the device is eSIm ignored
...
For the device listed as eSIM ignored device, we should always hide the
eSIM activation button even in the developer mode.
Bug: 168266928
Test: Manually tested
Change-Id: Ide3043606de202c5903e520aa550302ff0d103d3
2020-09-16 15:33:51 -07:00
Julia Reynolds
ebfa9e31a1
Merge "Fix crash on rotation"
2020-09-16 13:21:31 +00:00
TreeHugger Robot
b116a4d253
Merge "Fix settings crash" into rvc-qpr-dev am: 19af143fe7
am: cdf6fb31f0
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12523486
Change-Id: Id87a6f4c150f529c87b49833d7dc189f0d2a012a
2020-09-16 04:32:52 +00:00
TreeHugger Robot
bfdcceb223
[automerger skipped] Merge "Show just disconnected device on previously connected" into rvc-qpr-dev am: 2b52c56eac
am: e8b47df453
-s ours
...
am skip reason: Change-Id I684501a20a67755b2196ba9d4b5565add01a5d01 with SHA-1 386df49bbc
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12493714
Change-Id: Iad4e4209cbb2189103ef05582be3dfbe03c18576
2020-09-16 04:31:38 +00:00
TreeHugger Robot
cdf6fb31f0
Merge "Fix settings crash" into rvc-qpr-dev am: 19af143fe7
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12523486
Change-Id: I3de2dab20767ae2e3a132cf611b85b77cbe1fc56
2020-09-16 03:43:32 +00:00
TreeHugger Robot
e8b47df453
Merge "Show just disconnected device on previously connected" into rvc-qpr-dev am: 2b52c56eac
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12493714
Change-Id: Ic3f113e706c9fe3f74eb61a2b980df9a271d806a
2020-09-16 03:42:54 +00:00
TreeHugger Robot
19af143fe7
Merge "Fix settings crash" into rvc-qpr-dev
2020-09-16 03:09:38 +00:00
TreeHugger Robot
2b52c56eac
Merge "Show just disconnected device on previously connected" into rvc-qpr-dev
2020-09-16 03:09:30 +00:00
Jeremy Goldman
953ed3dcd2
Merge "[Testing] AndroidJUnit4 RoamingPreferenceControllerTest"
2020-09-16 00:48:31 +00:00
TreeHugger Robot
f24ec05725
Merge "Show all devices, including connected ones, into "Previously connected" page" into rvc-qpr-dev am: a21c26df38
am: 9dc594b90d
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12493713
Change-Id: I69d35ef9ff274b49f50a1aaff229b5f81863a769
2020-09-15 21:05:58 +00:00
Arc Wang
f646e6aac9
[automerger skipped] Merge "[DO NOT MERGE][Wi-Fi] Fix fatal exception in WifiConnectionPreferenceController" into rvc-qpr-dev am: b576c802fd
am: 84ac360560
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12584109
Change-Id: I2aa61916205da9cd781743c7ee37b246a92f621a
2020-09-15 21:04:46 +00:00
Arc Wang
5f3be310fe
[automerger skipped] [DO NOT MERGE][Wi-Fi] Fix fatal exception in WifiConnectionPreferenceController am: d785fbab68
am: 3782ff7edd
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12584109
Change-Id: I9af24fe87375c9c2e4cd58b9f1e6993d3c96d323
2020-09-15 21:04:43 +00:00
Bonian Chen
d039623d94
[automerger skipped] Merge "[Testing] Remove Robolectric import and use AndroidJUnit4 instead in MobileDataEnabledListenerTest" am: f5fa52884b
am: 49936c5eb5
am: ccc406381a
am: 3864e2f218
am: 5d1da01e80
-s ours
...
am skip reason: Change-Id I81b3d6ac075666a45649c8d811832a40bdb1b41b with SHA-1 c3aa6d26ee
is in history
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1427810
Change-Id: I11de226ad2a03c82c556c840593acc60ae553e00
2020-09-15 21:02:24 +00:00
TreeHugger Robot
5fa3aa40be
Merge "Display "pair new" only when local output device is available." into rvc-qpr-dev am: eacabd567f
am: bf4a795692
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12493712
Change-Id: Iac7763caaa9fa5464e1ea5c560cca646976f8c44
2020-09-15 20:59:28 +00:00
TreeHugger Robot
71350de040
[automerger skipped] Merge "Display "see all" option when bluetooth is off" into rvc-qpr-dev am: c21ad3649e
am: 2dfac98e04
-s ours
...
am skip reason: Change-Id I7a1451a36a31253b6be2203341bea4e59fed7c2b with SHA-1 bde100849e
is in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12392571
Change-Id: I12ce703a07836dfb9f6abc1bd922cfccfeac5606
2020-09-15 20:56:34 +00:00
Bill Yi
8195f76b67
[automerger skipped] Merge mainline-release 6664920 to stage-aosp-master - DO NOT MERGE am: c9fae4d80e
-s ours am: 46cde30768
-s ours am: fe8f27e508
-s ours am: 76798cd54a
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12579472
Change-Id: Idc33ab6eefb6f2830bc1535088200d2f6d824ddf
2020-09-15 20:32:14 +00:00
Jeremy Goldman
b1f8405a83
[Testing] AndroidJUnit4 RoamingPreferenceControllerTest
...
Test: atest -c RoamingPreferenceControllerTest
Change-Id: I155b1c36381b65d23ca1745e72a6f8388f6909e3
2020-09-15 19:53:54 +00:00
TreeHugger Robot
9dc594b90d
Merge "Show all devices, including connected ones, into "Previously connected" page" into rvc-qpr-dev am: a21c26df38
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12493713
Change-Id: I2bd0c2be1c9d9856f568df93339d526d1fed145a
2020-09-15 10:21:23 +00:00
Arc Wang
84ac360560
Merge "[DO NOT MERGE][Wi-Fi] Fix fatal exception in WifiConnectionPreferenceController" into rvc-qpr-dev am: b576c802fd
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12584109
Change-Id: I1831acc1db85fbf374a927897d0a57d29f43c2f0
2020-09-15 10:20:55 +00:00
Arc Wang
3782ff7edd
[DO NOT MERGE][Wi-Fi] Fix fatal exception in WifiConnectionPreferenceController am: d785fbab68
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12584109
Change-Id: I862192e840cbf25f8fe713b243fd17a054906c16
2020-09-15 10:20:53 +00:00
TreeHugger Robot
a21c26df38
Merge "Show all devices, including connected ones, into "Previously connected" page" into rvc-qpr-dev
2020-09-15 09:54:08 +00:00
Bonian Chen
5d1da01e80
Merge "[Testing] Remove Robolectric import and use AndroidJUnit4 instead in MobileDataEnabledListenerTest" am: f5fa52884b
am: 49936c5eb5
am: ccc406381a
am: 3864e2f218
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1427810
Change-Id: I3223c2748176ebd6624ce3b7f66dbd76c4b0bd88
2020-09-15 09:34:01 +00:00
Arc Wang
b576c802fd
Merge "[DO NOT MERGE][Wi-Fi] Fix fatal exception in WifiConnectionPreferenceController" into rvc-qpr-dev
2020-09-15 09:30:12 +00:00
Bonian Chen
3864e2f218
Merge "[Testing] Remove Robolectric import and use AndroidJUnit4 instead in MobileDataEnabledListenerTest" am: f5fa52884b
am: 49936c5eb5
am: ccc406381a
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1427810
Change-Id: I65499d47dfa6b2905f65bcf6729f4f5e2ab02af9
2020-09-15 09:09:28 +00:00
TreeHugger Robot
bf4a795692
Merge "Display "pair new" only when local output device is available." into rvc-qpr-dev am: eacabd567f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12493712
Change-Id: I1ef85337bfd34f3a78e1d1191d9fd6307d2f6f14
2020-09-15 08:41:20 +00:00
TreeHugger Robot
2dfac98e04
Merge "Display "see all" option when bluetooth is off" into rvc-qpr-dev am: c21ad3649e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12392571
Change-Id: Idc4c231882c8868bf6970f19f5bc73b391302ef1
2020-09-15 08:40:43 +00:00
Bonian Chen
ccc406381a
Merge "[Testing] Remove Robolectric import and use AndroidJUnit4 instead in MobileDataEnabledListenerTest" am: f5fa52884b
am: 49936c5eb5
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1427810
Change-Id: Ifa4dc400eb8c87c2514a3629288657520476fbfd
2020-09-15 08:40:08 +00:00
TreeHugger Robot
eacabd567f
Merge "Display "pair new" only when local output device is available." into rvc-qpr-dev
2020-09-15 08:17:15 +00:00