Bill Yi
2efd6d30fd
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2024-05-28 18:45:20 +00:00
Guojing Yuan
854227055d
Merge "[CDM] Catch IllegalArgumentException when association is not found" into main
2024-05-28 16:48:37 +00:00
Yining Liu
3e46f1f1c9
Merge changes I081a35c8,I8a84f688,I60b64a0c into main
...
* changes:
Clean un-used code for notification cool down
Add tests for updating Settings Page for Avalanche Suppression
Update Settings Page for Avalanche Suppression
2024-05-28 15:55:14 +00:00
Treehugger Robot
0dca9f78c5
Merge "Fix Messages onClick." into main
2024-05-28 15:13:23 +00:00
Julia Reynolds
91c67cf728
Fix Messages onClick.
...
The state of the preference doesn't change until after we get the
callback.
Test: ZenModePrioritySendersPreferenceControllerTest
Flag: android.app.modes_ui
Fixes: 337079247
Change-Id: I1c98561de89e9398f26300bb14710f18991f78f4
2024-05-28 13:42:38 +00:00
Joseph Vincent
8f8bf944e6
Merge "Update strings in private space delete dialog" into main
2024-05-28 13:36:37 +00:00
Himanshu Gupta
9bc1bc3c39
Merge "Do not move to ALL_APPS when default Launcher is not system." into main
2024-05-28 11:41:39 +00:00
Yiyi Shen
5ae060ac00
Merge "[Audiosharing] Update media devices section title in audio sharing" into main
2024-05-28 11:20:48 +00:00
Treehugger Robot
9efdfafb9e
Merge "Refer the SoftApCapability cache if getUsableChannels is unsupported" into main
2024-05-28 06:37:06 +00:00
Xinyi Mao
2550fb6dbf
Merge "Revert "Fix atest build error in settings.fuelgauge."" into main
2024-05-28 05:27:41 +00:00
Xinyi Mao
d91809b752
Revert "Fix atest build error in settings.fuelgauge."
...
This reverts commit 3b962e3b9d
.
Reason for revert: No need to update long -> int
Change-Id: I060b57c5b8c871ccc938ca84fe1aa916293acada
2024-05-28 05:15:43 +00:00
Bill Yi
cb0a71c275
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I1e0ffa104d80321bf562d561b465c8264b158166
2024-05-27 22:10:11 -07:00
Weng Su
8d4eb82d95
Refer the SoftApCapability cache if getUsableChannels is unsupported
...
- Get SAP band capability from SoftApCapability#getSupportedChannelList
Bug: 272450463
Bug: 338503507
Bug: 340789513
Flag: EXEMPT bugfix
Test: Manual testing
atest -c WifiHotspotRepositoryTest
Change-Id: I7b792c27bc3c41e78417032f797d57b030d6db72
2024-05-28 13:08:45 +08:00
Yiyi Shen
bce1511a75
[Audiosharing] Update media devices section title in audio sharing
...
Bug: 305620450
Test: atest
Change-Id: I2451fd11921270f624067d9655cc41b881910a92
2024-05-28 11:38:39 +08:00
Chaohui Wang
659e512b1c
Merge "Fix CellDataPreferenceTest" into main
2024-05-28 02:21:30 +00:00
Treehugger Robot
f91bd7ba24
Merge "Extend SfpsEnrollmentFeature for text updating when progress changes" into main
2024-05-27 15:38:22 +00:00
josephpv
cbd8c0b75f
Update strings in private space delete dialog
...
Screenshots:
go/ss/4NA3kFQhhewrfAR.png
go/ss/6VxtgFzAP72V6mi.png
go/ss/3B5ijxeP7U2CUGV.png
Bug: 339781941
Test: Manual
Change-Id: Ia0ae9aa78307cf86f2c20597ed6a6fe1a51e2e2f
2024-05-27 12:59:59 +00:00
Chaohui Wang
a54a9756c0
Merge "Setup backup calling for new UI" into main
2024-05-27 09:03:01 +00:00
Chaohui Wang
49feaed3b7
Merge "Sort in slot selectable subscriptions first" into main
2024-05-27 09:02:40 +00:00
Treehugger Robot
75bfd43513
Merge "Fix atest build error in settings.fuelgauge." into main
2024-05-27 08:45:53 +00:00
YK Hung
d029d32ff3
Merge "Use different TAG name for logging in BatterySettingsStorage" into main
2024-05-27 08:36:53 +00:00
Chaohui Wang
4520d1365f
Fix CellDataPreferenceTest
...
Fix: 337417779
Test: unit test
Change-Id: I47ba4057a036e63809376a3a88c1a0b1e1767d0a
2024-05-27 16:26:53 +08:00
Yiyi Shen
43c971f621
Merge "[Audiosharing] Rename CallsAndAlarms components" into main
2024-05-27 07:50:33 +00:00
Chaohui Wang
a45efe1bbf
Sort in slot selectable subscriptions first
...
Then the ones that not in slot.
Bug: 340361264
Test: manual - on SIMs
Test: unit test
Change-Id: If7150bd2fa5c1b7d42fe34ef2e814ba540454ed8
2024-05-27 07:39:38 +00:00
Jacky Wang
164dcd0166
Use different TAG name for logging in BatterySettingsStorage
...
Change-Id: I75b0ca751c76ddf29cb583e101eac69a62570233
Bug: 325144964
2024-05-27 07:23:19 +00:00
mxyyiyi
3b962e3b9d
Fix atest build error in settings.fuelgauge.
...
Bug: 342963499
Fix: 342963499
Test: atest SettingsRoboTests:com.android.settings.fuelgauge
Change-Id: If34e7dd6af990dd4e678002e46c0e3794b9c0a61
2024-05-27 15:19:47 +08:00
Chelsea Hao
266ca4d528
Merge "Create activity for BluetoothDashboardFragment." into main
2024-05-27 07:19:32 +00:00
Chaohui Wang
59a28a244c
Setup backup calling for new UI
...
Backup calling new handles by CrossSimCallingViewModel.
CrossSimCallingViewModel keep monitoring the active SIMs, and setup
backup calling if needed.
Fix: 340444839
Test: manual - SIMs
Test: manual - Mobile Settings
Test: unit test
Change-Id: I0a3451f1e8c3984b2348cf628fb1d91ce7aaecec
2024-05-27 15:16:33 +08:00
chelseahao
682a831594
Create activity for BluetoothDashboardFragment.
...
This activity will be launched by clicking on a notification sent from the bluetooth server.
Bug: 342407973
Test: manual
Change-Id: Ie05c096e98c1de74d994be46967c8dd90887169a
2024-05-27 05:36:35 +00:00
Chelsea Hao
65372dac44
Merge "Update string." into main
2024-05-27 05:24:54 +00:00
Yiyi Shen
75572734b4
[Audiosharing] Rename CallsAndAlarms components
...
Bug: 305620450
Test: atest
Change-Id: I470bc3300fe385c6a2e03c4623204d58c697c89e
2024-05-27 11:44:24 +08:00
Chelsea Hao
597d013f63
Merge "Disable output switcher on assistant phone UMO." into main
2024-05-27 03:33:33 +00:00
Wu Ahan
25ce76f667
Extend SfpsEnrollmentFeature for text updating when progress changes
...
Bug: 341693248
Test: atest SfpsEnrollmentFeatureImplTest
Change-Id: I63576f129f4453d4db088adfaa472df797823514
2024-05-27 03:05:55 +00:00
Chaohui Wang
5b0211ea75
Merge "Check APN type is selected before save" into main
2024-05-25 03:47:22 +00:00
Joseph Vincent
5d062852c9
Merge "Face and fingerprint unlock strings for private space" into main
2024-05-25 01:29:35 +00:00
Yining Liu
3d0640985b
Clean un-used code for notification cool down
...
Clean the un-used code for notification cool down.
Bug: 330606963
Test: PoliteNotificationGlobalPreferenceControllerTest
Flag: com.android.server.notification.polite_notifications
Change-Id: I081a35c8be8b9996fabb04b238cb426f0da2de58
2024-05-24 22:18:48 +00:00
Yining Liu
fae05be212
Add tests for updating Settings Page for Avalanche Suppression
...
Add unit tests for the updating of the Settings
Page for the Avalanche
visual and auditory Suppression.
Bug: 330606963
Test: PoliteNotificationGlobalPreferenceControllerTest, PoliteNotifWorkProfileToggleControllerTest
Flag: com.android.server.notification.polite_notifications
Change-Id: I8a84f688eb0b3981fbb0fdb699755b4601583702
2024-05-24 22:18:48 +00:00
Yining Liu
bf6d958073
Update Settings Page for Avalanche Suppression
...
Update the Settings Page for the Avalanche
visual and auditory Suppression.
Bug: 330606963
Test: PoliteNotificationPreferenceControllerTest
Flag: com.android.server.notification.polite_notifications
Change-Id: I60b64a0c00cafb22ac1db74285002862affb82d2
2024-05-24 22:18:37 +00:00
Bill Yi
aa6eb398fd
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 6a85005ba1
-s ours
...
am skip reason: contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/27505257
Change-Id: I25a873ee86309b67e904f8816c8e0931fff93796
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-05-24 16:11:05 +00:00
Bill Yi
760e54cc9a
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: a11d3f5527
-s ours
...
am skip reason: contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/27505255
Change-Id: I9e197a3afe9dc9f3c4d43961686b57ba321f1848
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-05-24 16:02:20 +00:00
Chaohui Wang
2faad6df6e
Check APN type is selected before save
...
Not allow save APN without type.
Fix: 340969975
Test: manual - APN Settings
Test: unit test
Change-Id: I91f8e8137fc234c9c860fd446b7a1e2acfa11fc7
2024-05-24 14:58:42 +00:00
Haijie Hong
574d64197a
Merge "Refresh ANC UI if metadata is changed" into main
2024-05-24 12:15:07 +00:00
Haijie Hong
99a7e76561
Refresh ANC UI if metadata is changed
...
Test: I didn't find any existed unit test for ANC, I manually tested in phone.
Bug: 341000840
Change-Id: If09abae5835225f3d9190a05d8308dbaa9e9b63d
2024-05-24 09:50:54 +00:00
Haijie Hong
b05f1c4a95
Merge "Update media output string to "Sharing audio"" into main
2024-05-24 09:11:11 +00:00
chelseahao
ded9c08895
Update string.
...
Bug: 322819449
Test: manual
Change-Id: If3bb8646f5e54eb8aa8003b9c1b5e9de55dec254
2024-05-24 16:09:22 +08:00
Treehugger Robot
af2fbc5d05
Merge "Fix flaky test in BootBroadcastReceiverTest." into main
2024-05-24 07:52:16 +00:00
Himanshu Gupta
63da8c35f7
Do not move to ALL_APPS when default Launcher is not system.
...
Currently we fire ALL_APP intent for System Launchers at the
end of PS setup flow, even when the system launcher (NexusLauncher)
was not the default Launcher.
In such cases, the user is moved to NexusLauncher, but they cannot
unlock PS (only default launcher can do it), leading to crashes.
To fix this, we do not fire the intent in case non system Launcher
has the HOME role.
Bug: 331722929
Test: Manual build and flash
Flag: NA
Change-Id: I77353474cc74028d72508c433c89b6116b4148bd
2024-05-24 08:17:01 +01:00
Chaohui Wang
6388e9e657
Merge "Reduce flaky of DataUsageSummaryPreference" into main
2024-05-24 06:56:06 +00:00
Haijie Hong
8b0bcf4ac4
Update media output string to "Sharing audio"
...
Test: only string update
Bug: 327080094
Change-Id: I1259c04a125cb6a350ec4a05d3a2807b8f693b46
2024-05-24 14:23:28 +08:00
chelseahao
61d1b552b1
Disable output switcher on assistant phone UMO.
...
Bug: 308368124
Test: manual
Change-Id: I8200794e6424f996193ba2181927ec76a43033c8
2024-05-24 13:39:43 +08:00