Varun Shah
517bc0c8db
Merge "Hide the Perform Backup Tasks Settings page." into main
2024-03-26 23:07:42 +00:00
Jigar Thakkar
07b384fe25
Merge "Use allowPrivateProfile to guard BiometricFragment changes" into main
2024-03-26 21:57:28 +00:00
Marcus Ge
660defe7a6
Merge changes I60d2b23a,I7cb15a46 into main
...
* changes:
[Accessibility] Color Contrast address talkback bugs
[Accessibility] Color Contrast address UX bugs
2024-03-26 20:26:10 +00:00
marcusge
9ec6673b3f
[Accessibility] Color Contrast address talkback bugs
...
Test: local raven device
Bug: 329352987
Bug: 329192396
Bug: 329187057
Flag: aconfig
com.android.settings.accessibility.enable_color_contrast_control
Change-Id: I60d2b23acb2e406db15f348ba7881577e55a8868
2024-03-26 19:08:42 +00:00
Joseph Vincent
f58eeaaf15
Merge "Change icon for Private Space unlocked and setup success toast" into main
2024-03-26 19:04:11 +00:00
Jigar Thakkar
eb612580d8
Use allowPrivateProfile to guard BiometricFragment changes
...
The BiometricPrompt API setAllowBackgroundAuthentication is
now guarded by allowPrivateProfile flag. This change ensures the
references to this API are flagged by the same flag, and the uber
private space implementation flag - enablePrivateSpaceFeatures, as
well.
Bug: 312184187
Test: Tested by flashing changes on a test device
Flag: Flags.ALLOW_PRIVATE_PROFILE
Change-Id: Icfdc5a2c2f07177c25fa3d545837052209b76551
2024-03-26 16:02:33 +00:00
Chaohui Wang
17c3d28275
Set ComposePreference non selectable
...
To enable keyboard function.
Fix: 330776587
Test: manual - on System
Change-Id: Ia658c279b1282b3dcd67b1d143f018413f3b6a0c
2024-03-26 17:14:12 +08:00
Chun-Ku Lin
2664bb004d
Merge "Rename AccessibilityGestureNavigationTutorial to AccessibilityShortcutsTutorial" into main
2024-03-26 06:47:03 +00:00
Zoey Chen
4fe6c0e4ce
Merge "[ToA] Should strip u extension when check locale" into main
2024-03-26 06:31:09 +00:00
Vincent Wang
4e5acef79d
Merge "Fix Settings crash after clicking "Add Fingerprint"" into 24D1-dev am: 8cc6c89e4b
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/26681904
Change-Id: I4ccd41db93333e632323dd50e7623aeea5a575c7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-26 06:24:01 +00:00
Vincent Wang
8cc6c89e4b
Merge "Fix Settings crash after clicking "Add Fingerprint"" into 24D1-dev
2024-03-26 06:05:32 +00:00
Treehugger Robot
54504f1282
Merge "Fix ImpossibleNullComparison errorprone warning" into main am: 1614fc4180 am: 131f4b8d94
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3011721
Change-Id: I3b48d4419eb1648591eb2d83c2411633258d305a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-26 05:38:48 +00:00
SongFerng Wang
bf210b9834
Merge "Replace the bottomsheet with dialog" into main
2024-03-26 03:50:09 +00:00
Haijie Hong
f5d8f4afa9
Merge "Disable media output switcher in Settings when audio sharing" into main
2024-03-26 03:23:51 +00:00
Varun Shah
a5593de4c5
Hide the Perform Backup Tasks Settings page.
...
Since we are now hiding the new RUN_BACKUP_JOBS permission, hide the
associated special app access page in Settings.
Bug: 331272951
Test: BackupTasksAppsPreferenceControllerTest
Test: visual (Settings pages)
Change-Id: I875b286798f48ee4e94d5e37c1b21bb84acf390d
2024-03-26 02:43:30 +00:00
Zoey Chen
51d6aeb5c2
[ToA] Should strip u extension when check locale
...
Bug: 330664746
Change-Id: Ic7bfbfbf2a8abb70b96b9a6e26854af4f252722d
Test: manual
2024-03-26 02:10:46 +00:00
Vincent Wang
d5b1bf7554
Fix Settings crash after clicking "Add Fingerprint"
...
Bug: b/331136606
Test: 1.Add 1 Fingerprint
2. adb shell am start -a android.settings.FINGERPRINT_SETTINGS
3. input correct pin/pattern/password
4. Click Add Fingerprint cehck if Setting work correctly
Change-Id: I076ed7488729a24aea9b47a843b7785e128f6791
2024-03-26 02:09:28 +00:00
Chun-Ku Lin
4c9d268fdf
Rename AccessibilityGestureNavigationTutorial to AccessibilityShortcutsTutorial
...
AccessibilityGestureNavigationTutorial is not only for displaying
tutorial for accessibility gesture shortcut. It's used for display the
tutorials for all the selected accessibility shortcuts. Renamed the
class to match it's responsibility.
Bug: N/A
Flag: EXEMPT Strict mechanical refactors
Test: build succeed locally
Change-Id: I1dd212abc660454e77f18f770c2ecc17be320eaa
2024-03-26 01:13:28 +00:00
Chun-Ku Lin
257ac13217
Merge "Update a11y edit shortcut screen's text and tutorial text" into main
2024-03-26 00:47:51 +00:00
Chaohui Wang
fbaa520e43
Merge "Set Default APN radio button's size to 48dp" into main
2024-03-25 23:48:37 +00:00
Chun-Ku Lin
3aee92e2e8
Update a11y edit shortcut screen's text and tutorial text
...
Bug: 323792194
Test: manual
Test: atest com.android.settings.accessibility
Test: atest com.android.settings.accessibility.shortcuts
Flag: N/A simple string changes
NO_IFTTT=Introduce new IfThisThenThat lint
Change-Id: I7ba4096d669453c33257880407e85ffe76d358f8
2024-03-25 22:19:10 +00:00
Cole Faust
448c18e5ff
Fix ImpossibleNullComparison errorprone warning
...
Protobuf fields cannot be null.
Bug: 253827323
Test: m RUN_ERROR_PRONE=true javac-check
Change-Id: Ied830dbf9ddde4c43281feb38a01f01d0750fea7
2024-03-25 11:56:24 -07:00
josephpv
4cc915ad64
Change icon for Private Space unlocked and setup success toast
...
Change is made to show customised icon in Toast message shown by using
Toast.makeCustomToastWithIcon()
Screenshots :
go/ss/AcaRQUJQfh79wDw.png
go/ss/5j4oD8xydwX7HTX.png
Bug: 329391204
Bug: 309575523
Test: Manual
Change-Id: I336d7d0419b1de60024e584e943a725662b446a9
2024-03-25 16:53:46 +00:00
YK Hung
85cc4cd821
Merge "Update detectSettingsAnomaly API to detectPowerAnomaly(1/2)" into main
2024-03-25 16:14:04 +00:00
Treehugger Robot
333b21c6d0
Merge "Disable even dimmer setting conditionally" into main
2024-03-25 12:59:59 +00:00
Chaohui Wang
1ea5a786e2
Set Default APN radio button's size to 48dp
...
Which is the minimum tap size.
Also set ApnPreference not selectable, since itspPrimary target and
radio button could be selectable, but entire preference itself is not
selectable.
Fix: 330812055
Fix: 330290274
Test: manual - with APNs
Change-Id: I651642e8a275932be6b8bcb365198e5dc1ad92f8
2024-03-25 12:23:33 +00:00
songferngwang
0dbe979994
Replace the bottomsheet with dialog
...
using the dialog and update the string
Bug: 330097568
Test: verify the UI
Change-Id: I4c9a21fc74e608e08db334053d4e5bfb57abce70
2024-03-25 10:08:40 +00:00
Shun Lung Chen
265fe257c2
Update detectSettingsAnomaly API to detectPowerAnomaly(1/2)
...
Since the detectSettingsAnomaly method does not only detect settings but
also other power related anomalies. Change the method name to
detectPowerAnomaly to make it more reflects what it really does.
Bug: 320404576
Test: make SettingsGoogleRoboTests
Change-Id: I4b5bec3aba81cd0dc6fef2c976eae3d64da3ede5
2024-03-25 07:34:33 +00:00
Tom Hsu
2625ca4e7d
Merge "Settings: Fix force close for telephony callback exceeding limitation" into main am: 380a136e50 am: bca026c182
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2995004
Change-Id: I2c15c609239927bd2a87da19c99c8f3ee34e9a63
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-03-25 07:14:10 +00:00
Treehugger Robot
ddd539d590
Merge "Use the correct Edge to Edge flag" into main
2024-03-25 07:01:00 +00:00
Tom Hsu
380a136e50
Merge "Settings: Fix force close for telephony callback exceeding limitation" into main
2024-03-25 06:49:08 +00:00
Haijie Hong
c1a5a7c9b1
Disable media output switcher in Settings when audio sharing
...
Bug: 327080094
Test: atest MediaOutputPreferenceControllerTest
Change-Id: I1e81d507c5c92c2b6f21494551931b359d5043cb
2024-03-25 14:01:35 +08:00
SongFerng Wang
a3b28762cb
Merge "To gray out the next button if the user does not select two sim" into main
2024-03-25 03:15:08 +00:00
Tom Hsu
af5e80b7d8
Merge "Enforce BaseUserRestriction for DISALLOW_CONFIG_BRIGHTNESS" into main
2024-03-25 03:00:38 +00:00
Yiyi Shen
9ba24a5d2d
Merge "[Audiosharing] Support sharing dialog when click media devices." into main
2024-03-25 02:44:35 +00:00
Sunny Shao
8d4ba6d904
Use the correct Edge to Edge flag
...
- Use the correct flag to fix the navigation bar problem.
Fixes: 330217912
Test: manual test
Change-Id: I37869d5cc713be2b03bc8e9206ff1e0dcee8512e
2024-03-25 09:19:11 +08:00
Himanshu Gupta
8735770fa8
Merge "Disable PS entry point and Activity when PS is not allowed." into main
2024-03-24 14:45:32 +00:00
Fiona Campbell
4a401d4313
Disable even dimmer setting conditionally
...
- Disable even dimmer settings option if autobrightness is not enabled
on the device
Bug:179428400
Test: manual
Change-Id: I8f7add839022fc7c27694fd8daa83a608cf2736a
2024-03-23 02:09:46 +00:00
Jay Sullivan
67a237efca
Merge "[ECM] Legacy code: treat DEFAULT as ALLOWED (st)" into main
2024-03-22 19:30:56 +00:00
Allen Su
071f1e6331
Merge "[ToA]Cache system gender to reduce unnecessary IPC" into main
2024-03-22 16:15:16 +00:00
Jason Hsu
73706c1d77
Merge "Add intent to open hearing device settings page and pairing page" into main
2024-03-22 15:10:47 +00:00
songferngwang
774b34c56b
To gray out the next button if the user does not select two sim
...
- gray out the next button
- add the format for phone number
Bug: 329535069
Test: manual test. To verify the UI
atest SimOnboardingSelectSimTest
Change-Id: I8dd62e3da9567a518d22d615f6974659900ef1bb
2024-03-22 14:46:17 +00:00
Himanshu Gupta
5e451db395
Disable PS entry point and Activity when PS is not allowed.
...
In this change we disable:
1. Security Center Entry point
2. PrivateSpaceAuthenticationActivity
when private profile is not present and cannot be added.
Additionally, the intent exposing PrivateSpaceAuthenticationActivity
is also non-exported and changed to a better name.
Bug: 328578044
Test: Manual build and flash
Change-Id: I13d298316c6d719d0b06e4969989ea1da83dd4c6
2024-03-22 13:44:23 +00:00
Yomna Nasser
fe82ebc310
Merge "Guard CellularSecurityPreferenceController with FEATURE_TELEPHONY" into main
2024-03-22 13:41:59 +00:00
tomhsu
7465e27d85
Enforce BaseUserRestriction for DISALLOW_CONFIG_BRIGHTNESS
...
- For Adaptive brightness
Fix: 330855652
Test: Manual test. see b/330855652
Change-Id: Iea848c9d92abdf152d3eb827fbe1fb141f4687d7
2024-03-22 11:50:22 +00:00
Joseph Vincent
4230ad4b07
Merge "Add a preference in reset options to delete private space" into main
2024-03-22 10:01:19 +00:00
jasonwshsu
4fad32be20
Add intent to open hearing device settings page and pairing page
...
* Hearing devices quick settings tile need to launch related page
Bug: 291423171
Test: Add intent only
Change-Id: I59d2ac06505029852dd6cd2ca16c86f201e4148c
2024-03-22 17:35:51 +08:00
Allen Su
ab18169773
[ToA]Cache system gender to reduce unnecessary IPC
...
Bug: 312324895
Test: atest TermsOfAddressNotSpecifiedControllerTest
atest TermsOfAddressNeutralControllerTest
atest TermsOfAddressMasculineControllerTest
atest TermsOfAddressFeminineControllerTest
Change-Id: Idee2cc1ece673092c94307b8812f032f7826c16a
2024-03-22 09:17:09 +00:00
Sunny Shao
e352753093
Merge "Handle the Edge to Edge problem" into main
2024-03-22 08:28:17 +00:00
Yiling Chuang
38337dc8b8
Merge "Revert "Add a new tip type for wireless charging."" into main
2024-03-22 06:39:08 +00:00