Charlotte Lu
470c27b8bd
Merge "Add dhcp in advanced settings toggle." into main
2024-03-12 02:32:57 +00:00
Treehugger Robot
b9895a2438
Merge "Touchpad: add metric for tap dragging setting changes" into main
2024-03-11 16:00:28 +00:00
Chaohui Wang
fd666490ec
Merge "Restrict SimPreference" into main
2024-03-11 09:27:49 +00:00
Chaohui Wang
15b42fe25a
Merge "Use SubscriptionUtil.getFormattedPhoneNumber" into main
2024-03-11 09:27:45 +00:00
Jacky Wang
e18a651d89
Merge "Reset app preferences does not trigger backup for App battery usages" into main
2024-03-11 09:11:12 +00:00
Angela Wang
c9563a59da
Merge changes from topic "ha-preset" into main
...
* changes:
Selects presets in device details page (2/2)
Selects presets in device details page (1/2)
Separate category controller out of HearingDeviceControlsController
2024-03-11 08:33:46 +00:00
Chaohui Wang
59c8ba7fd0
Use SubscriptionUtil.getFormattedPhoneNumber
...
For Primary SIM.
Bug: 318310357
Test: manual - on Mobile Settings
Change-Id: Ic8085532fd025bb1e0b6897f5509f485c37a6d56
2024-03-11 15:51:35 +08:00
Charlotte Lu
08f8f0ce9e
Add dhcp in advanced settings toggle.
...
Test: Unit Test
Fix: 329002870
Change-Id: I5c57deb1e8ed0dd59a7699b56f5eb99ca29876b8
2024-03-11 06:47:38 +00:00
Jacky Wang
ef8a51fac8
Reset app preferences does not trigger backup for App battery usages
...
Bug: 328712606
Fix: 328712606
Test: UT && Verify logcat when change/reset App battery usages
Change-Id: Ia3917c8dc2654185f5f048c048362fd47379b7d1
2024-03-11 13:41:03 +08:00
Chaohui Wang
af43d95332
Restrict SimPreference
...
Check policy UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS.
Bug: 329000499
Test: manual - on Mobile Settings
Change-Id: I37687299a9ec5c77b59cb231969180872271f4a6
2024-03-11 12:35:11 +08:00
Treehugger Robot
35b5d41db3
Merge "Fix crash on potentially missing EuiccManager" into main
2024-03-09 03:39:54 +00:00
Pawan Wagh
e33f92fa98
Merge "Wipe /data with ext4 before 16K OTA" into main am: 2e090585ca am: ae28bee6fc
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2973764
Change-Id: I8980389f8cdf590dbec4470766c92fc6ec0407a4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-08 19:34:05 +00:00
Aditi Katragadda
d983741f07
Merge "Enable Bluetooth stack logging from Developer Options UI Element" into main
2024-03-08 19:17:04 +00:00
Tomasz Wasilczyk
b27c9b507b
Fix crash on potentially missing EuiccManager
...
Bug: 310710841
Test: it builds
Change-Id: I9d2c88091a34a4e4e118fd1bd8d95c724c52e77e
2024-03-08 18:41:25 +00:00
Treehugger Robot
0003443c3d
Merge "Fix Settings profile selector on HSUM" into main
2024-03-08 18:36:27 +00:00
Chun-Ku Lin
9cf7f6e861
Merge "Show QS shortcut option if the a11y feature provides a tile." into main
2024-03-08 17:20:15 +00:00
Mykola Podolian
82ca9a1c3d
Merge "Updated bubble setting design according to b/284170911." into main
2024-03-08 15:10:04 +00:00
Jacky Wang
7dee0538d6
Merge "Sort applications to avoid backup data change" into main
2024-03-08 08:03:43 +00:00
Aditi Katragadda
5c98e0fbcc
Enable Bluetooth stack logging from Developer Options UI Element
...
The goal is to be able to enable different log levels for Bluetooth
stack logging from Developer Options in Settings. This is done by
creating a Bluetooth property which houses the current state of the log
level, adding the required UI elements and linking the two together.
Tag: #feature
Bug: 307330446
Test: atest BluetoothStackLogPreferenceControllerTest
Change-Id: I8665b17622218743aa00250118b718d5cabdb9fc
2024-03-07 23:59:10 -08:00
Jacky Wang
ea8ed47d07
Sort applications to avoid backup data change
...
Bug: 328698829
Fix: 328698829
Test: Manual test
Change-Id: I0e5bf1145d972db136bbd85571f015b4ab6fb171
2024-03-08 15:28:12 +08:00
Pawan Wagh
2e090585ca
Merge "Wipe /data with ext4 before 16K OTA" into main
2024-03-08 06:59:49 +00:00
Pawan Wagh
2951b024dc
Wipe /data with ext4 before 16K OTA
...
16K developer option needs /data partition to be ext4. Wipe
the /data and reformat it to ext4 using RecoverySystem.
Test: m Settings && adb install -r $ANDROID_PRODUCT_OUT/system_ext/priv-app/Settings/Settings.apk
Test: adb shell cat /proc/mounts | grep f2fs
Bug: 295035851
Bug: 320700993
Change-Id: I7ca6f3a7e18d6dbe4e9791b3c83d149365941989
2024-03-08 03:12:40 +00:00
Chaohui Wang
25d68d845a
Merge "Fix flicker of "App data usage"" into main
2024-03-08 02:54:39 +00:00
Jacky Wang
4f283acb60
Merge changes from topic "datastore-file" into main
...
* changes:
[DataStore] Support backup data state computation
[DataStore] Support backup data with compression
[DataStore] Migrate LocaleNotification SharedPreferences to BackupRestoreStorage
2024-03-07 23:28:22 +00:00
Sudheer Shanka
34bd0481df
Merge "Remove the developer option to control Quarantine app state." into main
2024-03-07 19:39:55 +00:00
Liahav Eitan
0f37c7463b
Fix Settings profile selector on HSUM
...
Currently Settings ProfileSelectorFragment uses isSystem() to identify
the personal user. This change migrates it to use isMain() in line with
HSUM architecture.
Test: atest SettingsRoboTests:com.android.settings.dashboard.profileselector.ProfileSelectFragmentTest
Fixes: 327610266, 327600527, 327585940, 326574736
Change-Id: I064b2fb295b89cffcd556e151fe1bf4484caf384
2024-03-07 14:41:07 +00:00
Chaohui Wang
4b0090700a
Merge "Migrate the "Use this SIM" preference" into main
2024-03-07 12:43:52 +00:00
Graciela Wissen Putri
aed31bb8bd
Follow config overlay's order of aspect ratio options am: a0f573a35e
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/26456385
Change-Id: I30ff221caba3be36834acb44958cf2aed30c17d1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-07 12:11:14 +00:00
Olivier Nshimiye
b816437d39
Merge changes from topic "add-ps-features-flag" into main
...
* changes:
Add Private Space features flag check to Settings tests
Add an additional flag guard for Private Space implementation
2024-03-07 10:48:58 +00:00
Chaohui Wang
186629aad4
Migrate the "Use this SIM" preference
...
This will fix the toggle flicker issue.
Fix: 262179656
Test: manual - on Mobile Settings
Test: unit test
Change-Id: Ided2445034a83a8efc11dc97bab8719686d63712
2024-03-07 17:48:09 +08:00
Chaohui Wang
74fe516e09
Fix flicker of "App data usage"
...
Use placeholder to hold the place.
Fix: 323466366
Test: manual - on Mobile Settings
Test: unit test
Change-Id: I3c4d9ff6538a79500318869f01f4b88b55bd9475
2024-03-07 15:20:01 +08:00
Chaohui Wang
c038d58bef
Merge "Sort the selectable subscription by id" into main
2024-03-07 06:40:34 +00:00
SongFerng Wang
eb80786be3
Merge "Add the mechanism of enable DSDS" into main
2024-03-07 04:33:37 +00:00
Wilson Wu
4406de67e0
Merge "Add fixed amplitude check for keyboard vibration" into main
2024-03-07 04:30:36 +00:00
Chaohui Wang
ad611366df
Sort the selectable subscription by id
...
To make sure users always see a fixed order.
Bug: 318310357
Test: manual - on SIMs and turn on / off SIM
Change-Id: I2910d83f5b1d04287afca0e3ba91dedbeb588c14
2024-03-07 11:23:25 +08:00
Chaohui Wang
bdfae3a3bf
Merge "Create NetworkScanRepository" into main
2024-03-07 02:47:30 +00:00
Chaohui Wang
51c78ff199
Merge "Update the summary when Wi-Fi calling ready" into main
2024-03-07 02:46:43 +00:00
Treehugger Robot
1b3c21ef1b
Merge "Fixed NPE in FingerprintEnrollIntro" into main
2024-03-07 02:24:40 +00:00
Jacky Wang
5847d50e7b
[DataStore] Support backup data state computation
...
Bug: 325144964
Test: Manual tests
Change-Id: I8ad4f2788f9f364eceb1bca841830e1f3a68fe77
2024-03-07 10:03:19 +08:00
Joshua McCloskey
3c57fcde32
Fixed NPE in FingerprintEnrollIntro
...
Test: atest FingerprintEnrollIntroductionTest
Fixes: 317515741
Change-Id: Icc4e5cd4fbfea6828684ce6c8fc30acaabe5d315
2024-03-07 00:33:49 +00:00
songferngwang
2b5002ae6a
Add the mechanism of enable DSDS
...
When the user click the "set up" on sim onboarding BottomSheet, settings
enable the DSDS mode and then start the sim onboarding flow
Bug: 318310357
Bug: 298898436
Bug: 298891941
Test: build pass and verify the UI flow
Change-Id: Ibd4fc2f482019f02738c3fedef7af7f4ef9b8e50
2024-03-06 23:01:48 +00:00
Chun-Ku Lin
8b67c17a7b
Show QS shortcut option if the a11y feature provides a tile.
...
Bug: 314852953
Test: atest com.android.settings.accessibility
Test: atest com.android.settings.accessibility.shortcuts
Test: manual
Flag: ACONFIG android.view.accessibility.a11y_qs_shortcut STAGING
Change-Id: Id7a6b3adfd4c4f3cb2b9f7fe15269b57a3d00543
2024-03-06 20:26:28 +00:00
Manish Singh
eb840e23f7
Merge "Return the correct position for the profile tab" into main
2024-03-06 19:33:41 +00:00
Wilson Wu
fd45101eee
Add fixed amplitude check for keyboard vibration
...
Make sure the keybaord vibration settings only show
up when fixed amplitude provided to avoid any unsync
behavior with platform.
Bug: 326027376
Test: atest KeyboardVibrationTogglePreferenceControllerTest
Change-Id: I3b4e06660e3eaa6ce537b72831073f092cba37e2
2024-03-06 12:33:07 +00:00
mpodolian
c43f10f32a
Updated bubble setting design according to b/284170911.
...
Updated bubbles settings screen design.
Test: manual
Bug: 284170911
Change-Id: Ie28ffca28820fe45b11fecfa735ce39aeddcba02
2024-03-06 12:11:42 +00:00
Jacky Wang
23821a69f3
[DataStore] Support backup data with compression
...
Bug: 325144964
Test: Manual tests
Change-Id: Id73a30c2b58fafa6d9d1cbe247a6d9c38397394b
2024-03-06 19:51:55 +08:00
Jacky Wang
cc0a94d732
[DataStore] Migrate LocaleNotification SharedPreferences to BackupRestoreStorage
...
Bug: 325144964
Test: Manual tests
Change-Id: I195ee91f29030fcfe7176ed0c18fb2e2d0d40257
2024-03-06 14:44:04 +08:00
Sudheer Shanka
07251c8262
Remove the developer option to control Quarantine app state.
...
Bug: 305256093
Test: manual
Change-Id: I28cfb3f1e6c5d3bdab77b7eae2262a03909c45f7
2024-03-06 06:02:38 +00:00
Chaohui Wang
d48cf866d8
Update the summary when Wi-Fi calling ready
...
Since the correct summary can only be got after Wi-Fi calling ready.
Fix: 325414275
Test: manual - on Mobile Settings
Change-Id: Ida94fd0a86f2130b9f0dded82fe18efd3ffc0c27
2024-03-06 12:44:22 +08:00
Manish Singh
8ca4f47292
Return the correct position for the profile tab
...
The existing code returns the fixed tab values, which doesn't work
now that the ordering is determined by the user manager's ordering.
Bug: 302278487
Test: manual
Test: atest ProfileSelectFragmentTest
Change-Id: I87b393b8e12e21dc1b38ee75bb43ca9133785c81
2024-03-05 19:50:29 +00:00