Song Chun Fan
b17c5b2489
Merge "Rmove unuseful test for PackageMonitor change" into main
2024-05-20 16:59:11 +00:00
Yuri Lin
fdb948df20
Add mode names to search results dynamically.
...
The resulting search result takes the user to the modes aggregator page.
Flag: android.app.modes_ui
Bug: 332937523
Test: ZenModesListPreferenceControllerTest, manual with modes_ui on and off
Change-Id: I7372307cb995667f6f7234530a3140f5295ab06a
2024-05-20 11:29:29 -04:00
TYM Tsai
9fc6c88697
Rmove unuseful test for PackageMonitor change
...
In PackageMonitor, it is no longer based on broadcast receivers to
listen package added/removed/... events. Therefore the verification
should be removed.
Bug: 340387113
Test: atest SettingsRoboTests:com.android.settings.accessibility.AccessibilitySettingsTest
Change-Id: I7b0d46add06c74f1b9bf1097f92dececa9b130de
2024-05-20 15:13:37 +00:00
Chaohui Wang
c6b49c4f99
Merge "Sort selectable subscriptions by sim slot index" into main
2024-05-20 08:35:41 +00:00
Treehugger Robot
3c32c3e2f1
Merge "Fix CdmaSystemSelectPreferenceControllerTest" into main
2024-05-20 06:30:02 +00:00
Chaohui Wang
c8b89dde09
Fix CdmaSystemSelectPreferenceControllerTest
...
Fix: 337417917
Test: unit test
Change-Id: If215f04ad09c44a3ef7d89b0bac5116026463e4e
2024-05-20 13:34:38 +08:00
Chaohui Wang
8c1eaf73cf
Merge "Reapply "Migrate AppOps"" into main
2024-05-20 04:45:27 +00:00
Faye Yan
a7065f4d36
Revert "Add Voice activation apps into Settings->Apps->Special a..."
...
Revert submission 25108596-va-special-access
Reason for revert: voice activation is not going in V
Reverted changes: /q/submissionid:25108596-va-special-access
Bug: 306447565
Bug: 393727896
Test: presubmit
Change-Id: I4977e7d543cb800fc9fb6962bba3afebb9480dcc
Merged-In: I4977e7d543cb800fc9fb6962bba3afebb9480dcc
2024-05-20 11:56:48 +08:00
Chaohui Wang
ec8ce02ba4
Sort selectable subscriptions by sim slot index
...
To match the sorting order in
SubscriptionManagerService.getAvailableSubscriptionInfoList.
Fix: 340361264
Test: manual - on SIMs
Test: unit test
Change-Id: I06b6c61304f9e6c9515b5f989294417ac3f82a60
2024-05-20 11:38:58 +08:00
Chaohui Wang
fb48926fe8
Reapply "Migrate AppOps"
...
This reverts commit 19b01bd68b
.
Bug: 339846642
Test: manual - on Special app access
Change-Id: I000274ae9c725f848e1c8910120ba886fcc5be95
2024-05-20 10:39:30 +08:00
Chaohui Wang
35d91e9870
Fix EnabledNetworkModePreferenceControllerTest
...
Fix: 337418033
Test: atest EnabledNetworkModePreferenceControllerTest
Change-Id: I5614a6d863b804442cbb14c1fbc136db9d800a28
2024-05-20 02:18:56 +00:00
Chris Antol
c4c5ad5642
Merge "Fix NPE in AudioSwitchPreferenceController" into 24D1-dev
2024-05-17 16:19:32 +00:00
Aurélien Pomini
5c8d8a295b
Merge "Remove old contrastDialog from dev options" into main
2024-05-17 16:10:36 +00:00
ELIYAZ MOMIN
67c0cd96d9
Revert "Migrate AppOps" am: 19b01bd68b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/27382787
Change-Id: Iaa26113d70e2ee8792aa75bc625b2c68bc50f81d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-05-17 14:52:17 +00:00
Kevin Liu
4551e0693a
Add strict_mode: false
...
As strict mode is in place, the default strict_mode is now set to true. We are encourage teams to write tests in strict_mode to make tests Bivalent (able to run on device and devicelessly)
For more info on strict mode: go/roboStrictMode
Test: atest SettingsRoboTests
Bug: 334089788
Change-Id: I4381446dac381a34747043c564cf5288a2e16725
2024-05-17 13:20:21 +00:00
ELIYAZ MOMIN
19b01bd68b
Revert "Migrate AppOps"
...
Revert submission 27392016-cherrypick-AppOpsController-AppOps-w48m53c1or
Reason for revert: <Potential culprit for b/341210811- verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.>
Reverted changes: /q/submissionid:27392016-cherrypick-AppOpsController-AppOps-w48m53c1or
Change-Id: Ib9813a48170f4ef38de9eee811c677ad75f5401e
2024-05-17 10:48:57 +00:00
Yiyi Shen
66b69fbbb8
Merge "[Audiosharing] Migrate feature from overlay to Settings" into main
2024-05-17 09:30:14 +00:00
Chaohui Wang
d005d01a12
Merge "Fix CellInfoUtilTest" into main
2024-05-17 07:06:03 +00:00
Chaohui Wang
d5d70536e8
Migrate AppOps am: 4573df2aaf
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/27378716
Change-Id: I2f099b8dd3c205f1eb467b3fc3d03a19cc978b74
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-05-17 06:31:51 +00:00
Chaohui Wang
6f01512762
Fix CellInfoUtilTest
...
Fix: 337417936
Fix: 337417222
Test: unit test
Change-Id: I47dfa05fd4839885ad7f2115a279a7b4675e85fc
2024-05-17 12:29:58 +08:00
Chaohui Wang
4573df2aaf
Migrate AppOps
...
Bug: 339846642
Test: manual - on Special app access
Change-Id: I988bdf85036478d8e6d87a3b5a1a46a35df38422
2024-05-17 02:57:31 +00:00
Edgar Wang
82f3ecab26
Merge "Fix SettingsHomepageActivityTest failed" into main
2024-05-17 02:31:28 +00:00
Chaohui Wang
201ca1e202
Merge "Create VoNrRepository" into main
2024-05-17 02:21:31 +00:00
Isaac Chai
504ac0cf2a
Merge "Color correction saturation level settings" into main
2024-05-16 17:27:26 +00:00
Edgar Wang
f78febfa69
Fix SettingsHomepageActivityTest failed
...
Change-Id: I58a9e0820cc7ee55d8360ed8511ad5d9a4786830
Fixes: 341046261
Test: robotest
2024-05-16 13:36:36 +00:00
Aurélien Pomini
22119f516a
Remove old contrastDialog from dev options
...
Flag: NA
Bug: 333905689
Test: treehugger, manual
Change-Id: I400ab2b14cf8589be97123f3bcf3b26c98009d07
2024-05-16 13:15:23 +00:00
Zoey Chen
91f3c78102
Merge "Revert "[ToA] Do not use spy context"" into main
2024-05-16 10:43:39 +00:00
Chaohui Wang
3e8e8ff87e
Create VoNrRepository
...
Migrate to flow and not call setVoNrEnabled in main thread.
Fix: 339846642
Fix: 339542743
Test: manual - on Mobile Settings
Test: unit test
Change-Id: I27fe7cb2ddadc9a0aaa8c589af4703210b33612d
2024-05-16 14:50:16 +08:00
Yiyi Shen
e5bd60a0cf
[Audiosharing] Migrate feature from overlay to Settings
...
Bug: 340379827
Test: atest
Change-Id: I3a88ac1d2f575f3be1f26f617479bbfd25cf6a8e
2024-05-16 05:05:41 +00:00
Zoey Chen
84263096be
Revert "[ToA] Do not use spy context"
...
This reverts commit 2fe1e08b43
.
Reason for revert: fail
Change-Id: I182b5a0a34800e3e3ad2e80f4b931233f201c51d
2024-05-16 01:41:33 +00:00
Edgar Wang
4d491bcd30
Merge "Fix SettingsHomepageActivityTest failed" into main
2024-05-16 01:00:19 +00:00
Yuri Lin
3072209e7d
Merge "Redirect to new modes page when modes_ui is on." into main
2024-05-15 21:14:45 +00:00
Isaac Chai
4bf537a815
Color correction saturation level settings
...
Adding settings UI for color saturation level change, guarded by feature
flag.
Test: Locally tested + unit tests added
Bug: 322829049
Flag: com.android.server.accessibility.enable_color_correction_saturation
Change-Id: Ifa816647b16534ab6da770584d3de0628734aed5
2024-05-15 20:58:44 +00:00
Yuri Lin
eff863e5a3
Redirect to new modes page when modes_ui is on.
...
The new modes page has essentially no content yet, but this is a rough proof of concept for the existing abstract classes and hopefully serves as a building block for future changes. It lists modes and those preferences lead to contentless pages that will be fleshed out later..
Flag: android.app.modes_ui
Bug: 327260745
Test: ZenModePreferenceControllerTest
Test: manual; individual pages only have skeleton functionality and should be unit tested in future CLs
Change-Id: I12f48b48f761e3c9ff1a173445b15f7536d34edb
2024-05-15 14:00:25 -04:00
Zoey Chen
a0af333e37
Merge "[ToA] Do not use spy context" into main
2024-05-15 17:28:03 +00:00
Jigar Thakkar
c1e5095b8f
Merge "Rename settings option for autolocking on inactivity" into main
2024-05-15 17:12:05 +00:00
Tetiana Meronyk
b06a4f74a1
Merge "Make Multiuser toggle disabled for all non-main users" into main
2024-05-15 15:52:58 +00:00
Treehugger Robot
302bd5750a
Merge "Update battery settings page loading text" into 24D1-dev am: 47ce042cf3
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/27358859
Change-Id: I3d4acd7fcf4fc9bbe2066fd3e2d0880565aa1cfc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-05-15 15:22:28 +00:00
Zoey Chen
2fe1e08b43
[ToA] Do not use spy context
...
Test: atest TermsOfAddressFeminineControllerTest
Test: atest TermsOfAddressNeutralControllerTest
Test: atest TermsOfAddressNotSpecifiedControllerTest
Test: atest TermsOfAddressMasculineControllerTest
Bug: 339543490
Change-Id: I28c37db07b34b9da225f9d358159bc9064046b68
2024-05-15 14:47:34 +00:00
Jigar Thakkar
72089c3289
Rename settings option for autolocking on inactivity
...
Bug:328016823
Test: atest AutoLockPreferenceControllerTest
Flag: ACONFIG android.multiuser.support_autolock_for_private_space NEXT
Change-Id: Id4537efe5ac56df0fc98cef3ce6673a0673e0fba
2024-05-15 14:03:15 +00:00
Treehugger Robot
bb81d76744
Merge "Ignore test case with InitializationError" into main
2024-05-15 12:11:33 +00:00
Fan Wu
9c03ecfd97
Ignore test case with InitializationError
...
See this run for example:https://android-build.corp.google.com/test_investigate/?invocationId=I49700010276869184&testResultId=TR14429303618451319
Bug: 340657656
Test: atest
Change-Id: I89815f40ac8f3fedb0ddd2127e12412ff2dd7fce
2024-05-15 11:08:06 +00:00
Wesley Wang
3ceffc39f9
Update battery settings page loading text
...
- Update the loading text into empty space text to prevent layout flaky before info loaded
Bug: N/A
Test: atest SettingsRoboTests
Change-Id: I272405f5045a682533a4e9405a9fd91f6c507f7e
2024-05-15 10:53:52 +00:00
Edgar Wang
a6a4480736
Fix SettingsHomepageActivityTest failed
...
Fixes: 340439758
Test: atest SettingsHomepageActivityTest
Change-Id: I8f6fbb91f92982abd3b1ebadff763270537b9c3e
2024-05-15 10:35:57 +00:00
Treehugger Robot
a71f46ecc6
Merge "Update the flow of charging optimization strings." into main
2024-05-15 09:10:39 +00:00
Chaohui Wang
381638f284
Merge changes If41d957f,I5c49d195 into 24D1-dev
...
* changes:
Fix empty network scan result
Create NetworkScanRepository
2024-05-15 07:50:58 +00:00
Yiling Chuang
8bcaab7cc8
Update the flow of charging optimization strings.
...
Bug: 329020954
Test: atest SettingsRoboTests
Change-Id: I73738602036d79568fe4739a63534af1c64bd9d1
2024-05-15 07:47:10 +00:00
Chaohui Wang
99b09df4a8
Fix empty network scan result
...
Settings use TelephonyScanManager.NetworkScanCallback to scan, and its
onComplete() could happens before onResults().
We will change Settings to fix.
Fix: 338986191
Test: manual - on NetworkSelectSettings
Test: unit test
Change-Id: If41d957f916a99eacc1becb6b460e58722a4dca7
Merged-In: If41d957f916a99eacc1becb6b460e58722a4dca7
2024-05-15 15:29:55 +08:00
Roy Chou
535494eca9
Merge "feat(brightness suw): add brightness preferences in suw" into main
2024-05-15 07:25:06 +00:00
SongFerng Wang
bbc605efd0
Merge "Fix search indexed the item from the invisible sim" into 24D1-dev am: 365cc18c40
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/27341396
Change-Id: Ibecc4037975cc50636daecb18b243a1a5183f3fe
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-05-15 07:17:08 +00:00