Xinyi Zhou
19e792ae4b
Merge "Revert "Revert "Delete Fast Pair Settings"""
2023-02-13 19:58:23 +00:00
TreeHugger Robot
e2380a2b7a
Merge "Add back dialog when disabling provider"
2023-02-13 19:13:28 +00:00
Prabal Singh
dff3e4ed74
Merge "Remove biometrics for work from more settings"
2023-02-13 17:55:32 +00:00
Prabal Singh
390d683a3b
Remove biometrics for work from more settings
...
Biometrics, Face, and Fingerprint for work has been moved to the Privacy
subpage in safety center. This removes them from More Settings to avoid duplication.
Also fixes the ordering of the sections.
Test: manually tested
Bug: b/269079559
Change-Id: Ic8780e03e13c6d87a00f206507805963ba52bd71
2023-02-13 15:44:59 +00:00
Arc Wang
5ccbb3ee4d
Merge "Allow save by AddNetworkFragment itself"
2023-02-13 14:23:19 +00:00
Jakub Rotkiewicz
88ae511843
[automerger skipped] Merge "SnoopLogger: Debug enhancements added settings" am: cfde422f91
am: bd2f353f8b
am: 2a82a4f3b1
-s ours
...
am skip reason: Merged-In I132a1558ea67400d9c10dda523456f99eb815b92 with SHA-1 934b0bb739
is already in history
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2362495
Change-Id: I9255de33985fa77d8a1b9727495439d1f41a2e5a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-13 14:22:15 +00:00
Jakub Rotkiewicz
2a82a4f3b1
Merge "SnoopLogger: Debug enhancements added settings" am: cfde422f91
am: bd2f353f8b
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2362495
Change-Id: I948bc2e08e3044d20a9d3ce5b081c940bea54811
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-13 14:19:30 +00:00
Jakub Rotkiewicz
bd2f353f8b
Merge "SnoopLogger: Debug enhancements added settings" am: cfde422f91
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2362495
Change-Id: I3c138106ebdaaf6b5597c6a79054915a04098117
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-13 13:35:37 +00:00
Jakub Rotkiewicz
cfde422f91
Merge "SnoopLogger: Debug enhancements added settings"
2023-02-13 13:01:01 +00:00
Bonian Chen
0996decc69
Merge "[Settings] User restriction should be applied"
2023-02-13 12:38:41 +00:00
Bonian Chen
6d225b22f1
Merge "[Settings] Unified the source of phone number"
2023-02-13 12:38:14 +00:00
Bonian Chen
dc82f0a0ee
Merge "[Settings] Avoid from Guest user to access UI which requires permission for changing mobile networi configurations"
2023-02-13 12:37:45 +00:00
Jakub Rotkiewicz
5a1b8a11a6
SnoopLogger: Debug enhancements added settings
...
Bug: 247859568
Tag: #feature
Test: make RunSettingsRoboTests3
Test: make RunSettingsRoboTests4
Change-Id: I132a1558ea67400d9c10dda523456f99eb815b92
Merged-In: I132a1558ea67400d9c10dda523456f99eb815b92
2023-02-13 11:35:55 +00:00
Jakub Rotkiewicz
dce72966fb
Merge "SnoopLogger: Debug enhancements added settings"
2023-02-13 11:29:16 +00:00
Nikhil Kumar
6c3f1df8ff
Merge "SettingsActivity: Get profile parent using UserManager.getProfileParent"
2023-02-13 09:59:01 +00:00
Nikhil Kumar
71214f0457
Merge "SettingsHomepageActivity: Get profile parent using UM.getProfileParent"
2023-02-13 09:58:44 +00:00
Arc Wang
da01d199c1
Allow save by AddNetworkFragment itself
...
Before this change, the calling Activity needs to
check result and get WifiConfiguration to save
data by WifiManager API.
This change allows callings app to specify an auto
save extra to save WifiConfiguration by
AddNetworkFragment itself.
Bug: 268411305
Test: manual
Change-Id: I83002c3de3d6726e9be363d5ac057b4ae9e1707e
2023-02-13 17:24:02 +08:00
TreeHugger Robot
7c7e235730
Merge "Update battery usage app list filter logic:"
2023-02-13 09:05:01 +00:00
Bonian Chen
ceaa5cd7ae
[Settings] User restriction should be applied
...
Simply verify isAdminUser() could be insufficient, since there're some
other use cases (such as managed device).
Bug: 228079419
Test: local
Change-Id: Ic9f27deafada31dacef03e27bf02ecbc9a8b3231
2023-02-13 09:04:04 +00:00
Bonian Chen
b6aae6cc3e
Merge "[Settings] Avoid from accessing deprecated API getLine1Number()"
2023-02-13 07:36:12 +00:00
Zaiyue Xue
7fad47a8d7
Update battery usage app list filter logic:
...
(1) Add app screen on time thrshold 100 ms.
(2) Change app battery comsuption threshold from 0.1 mA to 1 mA.
Apps meet one of above conditions will be shown.
Bug: 264840285
Test: manual
Change-Id: Icfb304f09c49248397350ebe55bf06f3eb82d639
2023-02-13 15:30:03 +08:00
Angela Wang
96968c3dc5
Merge "Fix fail test case in FlashNotificationsUtilTest"
2023-02-13 05:13:39 +00:00
Bonian Chen
c9ace54b03
[Settings] Unified the source of phone number
...
Route UI access to phone number into a unified util class within
Settings app.
Bug: 265940535
Test: local
Change-Id: Ic747b0044217101d9a6a1e2cd6e59bbdbcd88021
2023-02-13 04:57:18 +00:00
Bonian Chen
8f4e1ace9d
[Settings] Avoid from accessing deprecated API getLine1Number()
...
Migrate to new APIs.
Bug: 269052593
Test: build pass
Change-Id: I76705ec303fa9a593dd3a63d5cac3bdf65258315
2023-02-13 04:42:57 +00:00
Lili Zou
1da516bc2c
Merge "Support search for work profile settings page."
2023-02-13 03:32:27 +00:00
jasonwshsu
642380410d
Fix fail test case in FlashNotificationsUtilTest
...
* Update correct code for ScreenFlashNotificationColor.AZURE
Bug: 237628564
Test: make RunSettingsRoboTests ROBOTEST_FILTER=FlashNotificationsUtilTest
Change-Id: I10a3106ab140192841a703b50763a1d2e6b1c0d0
2023-02-13 01:52:37 +08:00
Bonian Chen
6fa898d709
[Settings] Avoid from Guest user to access UI which requires permission
...
for changing mobile networi configurations
1. Confirm eSIM deletion should not be accessible by the end user
2. Erase eSIMs UI should should not be accessible by the end user
Bug: 260726944
Test: local
Change-Id: I45792fd451dbdc8a0788922480a7fa51f1267a68
2023-02-12 14:19:06 +00:00
TreeHugger Robot
5a2088e232
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev am: 3773ae0d9f
-s ours am: 507631c4f5
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21362005
Change-Id: I90f8bc98cdc6f3c5daea7f04ad1d9ea9e37b400a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-11 22:06:53 +00:00
Bill Yi
a7a96f7f0f
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 9bd553ab9c
-s ours am: 9dcc1f9bed
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21362005
Change-Id: I3ba8bf5cf983acc79ed2a8a3f4459457066d3e29
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-11 22:06:36 +00:00
TreeHugger Robot
507631c4f5
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev am: 3773ae0d9f
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21362005
Change-Id: I7a6226bafb7b3ad24c25183df2c4eda9d942bfd6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-11 20:32:55 +00:00
Bill Yi
9dcc1f9bed
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 9bd553ab9c
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21362005
Change-Id: I818bd4e3dfaf8baa07e1d63b9df7bdc0ffc1aacf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-11 20:32:25 +00:00
TreeHugger Robot
3773ae0d9f
Merge "Import translations. DO NOT MERGE ANYWHERE" into tm-qpr-dev
2023-02-11 19:15:37 +00:00
Zoey Chen
1278cb5f87
[Settings] Fix the error of checking the null point
...
Change-Id: Ied5d9d5268d9d6d83b2995ae0e56bf5f0276ad22
Test: manual
2023-02-11 17:22:21 +00:00
Bill Yi
9a8ebc69b8
Merge "Import translations. DO NOT MERGE ANYWHERE"
2023-02-11 17:16:53 +00:00
Bill Yi
a76f83806d
Merge "Import translations. DO NOT MERGE ANYWHERE"
2023-02-11 17:16:53 +00:00
Bill Yi
c3421c19c9
Merge "Import translations. DO NOT MERGE ANYWHERE"
2023-02-11 17:16:53 +00:00
Bill Yi
41e8bc9206
Merge changes from topic "tc_change_23021010_19"
...
* changes:
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 403cdbfb4a
Import translations. DO NOT MERGE ANYWHERE
2023-02-11 17:15:13 +00:00
Bonian Chen
1430ebce77
Merge "[Settings] Close UI when accessed from guest user"
2023-02-11 15:26:08 +00:00
TreeHugger Robot
34b7835a50
Merge "Hide "no thanks" button when enrollment completed."
2023-02-11 02:34:19 +00:00
Tyler Freeman
35def91fcc
Merge "feat(#MagnificationJoystick): add preference for enabling Joystick to Settings"
2023-02-11 01:04:00 +00:00
Bonian Chen
131ca6ca75
Merge "[Settings] Close UI when accessed from guest user"
2023-02-11 00:55:08 +00:00
Becca Hughes
04fe12449e
Add back dialog when disabling provider
...
Adds back a dialog that will ask the
user to confirm their choice when
disabling the last credman provider.
Test: ondevice & make
Bug: 267816757
Change-Id: Icefde62efe7daa9aad2da7ad9d3fd37e40b4376b
2023-02-10 21:19:57 +00:00
Tyler Freeman
43d5042ff9
feat(#MagnificationJoystick): add preference for enabling Joystick to Settings
...
Hide behind feature flag so no one sees the preference unless its enabled.
Bug: b/265688847
Test: atest MagnificationJoystickPreferenceControllerTest
Change-Id: Id5cc9385f25395f53809a79ba70c84205f9758c2
2023-02-10 19:19:11 +00:00
Bill Yi
57713a8832
[automerged blank] Import translations. DO NOT MERGE ANYWHERE 2p: 403cdbfb4a
...
Blank merge reason: commit message contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21361999
Change-Id: I392fbdf378e0f1afe2482d83df19f4c89106aebd
2023-02-10 19:02:20 +00:00
Bonian Chen
76cd5d3c27
[Settings] Close UI when accessed from guest user
...
Avoid from guest user access.
Bug: 262242953
Test: local
Change-Id: Ifdc6d7ea7f65a945b2111a391eb53de6c1a3f52b
2023-02-10 18:09:09 +00:00
Bonian Chen
9d3bb818bf
[Settings] Close UI when accessed from guest user
...
Avoid from guest user access.
Bug: 262242953
Test: local
Change-Id: Ib49693d083f42194575f958a1a238d6dfbba55d2
2023-02-10 17:51:00 +00:00
Bonian Chen
eb8ec1b1e4
Merge "[Settings] Avoid from user without sufficient permission to change WiFi calling"
2023-02-10 16:22:46 +00:00
Bonian Chen
a1d3fe061e
[Settings] Avoid from user without sufficient permission to change WiFi
...
calling
Enhance security control through close UI when accessing by user with
restriction.
Bug: 262390632
Bug: 262243015
Test: local
Change-Id: I4fadaf2bdc55b97419f9e6abbd3cfa63af034f6a
2023-02-10 12:58:36 +00:00
Jason Hsu
0e352f9d1e
Merge "Fix BluetoothPairingDetailTest fail"
2023-02-10 11:58:27 +00:00
Candice Lo
69ebaddddd
[automerger skipped] Merge "Move font size related resources to SettingsLib (1/2)" into tm-qpr-dev am: b0087167e0
am: 4eea038c26
-s ours
...
am skip reason: Merged-In If630bd9c9c27823c210410b53342b921a11bbfb9 with SHA-1 44ebe53cb8
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/21312036
Change-Id: I24d85763727c5ffe9fedbf71496e156a3e846387
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-02-10 10:01:40 +00:00