Treehugger Robot
e9bc1949a9
Merge "Fix sim status details not updated after sim hotswap" into main
2025-01-08 03:15:55 -08:00
hoffc
39d16d7bfb
Fix sim status details not updated after sim hotswap
...
Telephony callback may be removed in onPause during sim hotswap, but they are not re-registered in onResume for sub info still null.
Listen sub info change and re-register telephony callback when need.
Test: function test pass and SimStatusDialogControllerTest unit test pass.
Change-Id: I17e60c9e3441fc593107048494f830408c37ae61
Bug: 384643359
2025-01-08 11:53:26 +08:00
Treehugger Robot
c8e78dc149
Merge "Hide Linux terminal if VM isn't supported" into main
2024-12-28 07:11:08 -08:00
Treehugger Robot
9e1b206016
Merge "Show GSM settings with CDMA phone type" into main
2024-12-25 12:38:11 -08:00
Treehugger Robot
d16d627a71
Merge "Reduce the Terminal app storage requirement from 128GB to 64GB." into main
2024-12-23 10:20:45 -08:00
Qiang Chen
7abc384e33
Show GSM settings with CDMA phone type
...
Phone type may be changed to CDMA if no SIM is in this sub and will not
show GSM settings in current design, so remove sub info check for
showing GSM settings.
Show GSM settings if the current radio can support both 3GPP and 3GPP2
radio technologies at the same time.
Bug: 278178437
Test: Manaul
Change-Id: I4f8cbfcdcff8f74944e2ba9a79b0945be6dd6ebd
2024-12-22 17:46:53 +05:30
Jaewan Kim
614074e5c7
Hide Linux terminal if VM isn't supported
...
Bug: 385216798
Test: atest
Flag: Build.RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES
Change-Id: I06fe52cf877deb3cd9ebc61af1579931b97d7766
2024-12-21 00:31:55 +09:00
SongFerng Wang
51769c2ed4
Merge "Add nonNull check for SubscriptionInfoEntity to avoid Settings NPE" into main
2024-12-19 02:56:12 -08:00
YK Hung
7ea9d15853
Fix the NPE in the tryToFetchUsageData() method
...
Test: atest
Bug: 371490669
Fix: 371490669
Flag: EXEMPT for simple fix
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:291e92d6493b9640bc87bc787b58daa0936bae8e )
Merged-In: I4167becf373a6279135261bbaff44ef0888728fa
Change-Id: I4167becf373a6279135261bbaff44ef0888728fa
2024-12-18 13:35:29 -08:00
Henri Chataing
18eac4ef27
Merge "Update the cache of a2dp config before writing config." into main
2024-12-18 08:17:34 -08:00
Treehugger Robot
7307f34866
Merge "Update the OWNERs" into main am: 5655b46dee
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3412198
Change-Id: I508a2b6d6aab099c9cc95a06c89c01545df6e197
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-12-12 23:38:24 -08:00
Tom Hsu
c3b8b7a21d
Update the OWNERs
...
Change-Id: Iee6e33e04d232b78bf2d2064687a2d434b4f78c0
Flag: EXEMPT only changing OWNERS
Fix: b/383913940
Test: make pass
2024-12-12 22:33:46 -08:00
Qiang Chen
f00508c4b5
Add nonNull check for SubscriptionInfoEntity to avoid Settings NPE
...
This NPE can be found in MTBF stress testing
Bug: 290855314
Test: Manaul
Change-Id: I03aaa6618255638a485f32e1bab34c6fa71945e4
2024-12-11 13:24:33 +05:30
Treehugger Robot
0b36bd05ec
Merge "Settings: Fix face enroll stack overflow" into main am: e0e07dab27
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3389339
Change-Id: I83098683c5e25576db53963e032253cc5eb5780b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-12-11 03:48:37 +00:00
Treehugger Robot
e0e07dab27
Merge "Settings: Fix face enroll stack overflow" into main
2024-12-11 03:22:16 +00:00
Saswat Padhi
0937b6de17
Reduce the Terminal app storage requirement from 128GB to 64GB.
...
Bug: 366374130
Change-Id: If22d5388a6e58076626c1019f7f909398c61ccfd
2024-12-11 00:55:46 +00:00
Treehugger Robot
ca445ed06d
Merge "Fix incorrect switch status when user stay in NightDisplaySettings page while scheduled night lights on" into main am: cdca93976a
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2181238
Change-Id: I8c3f7ba8b5a1e237148a6532d53d2b519ef1862f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-12-09 04:18:48 +00:00
Treehugger Robot
cdca93976a
Merge "Fix incorrect switch status when user stay in NightDisplaySettings page while scheduled night lights on" into main
2024-12-09 03:48:13 +00:00
Treehugger Robot
b6683ea552
Merge "Customize the availability of Testing Settings Menu" into main am: d25fdc50d8
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2927822
Change-Id: I3d6a579d6a5b999b783610e1a2b80031aa1b1ec3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-12-04 11:51:51 +00:00
Treehugger Robot
d25fdc50d8
Merge "Customize the availability of Testing Settings Menu" into main
2024-12-04 11:24:50 +00:00
David Magno
8839335d58
Customize the availability of Testing Settings Menu
...
Add the possibility to disable the Testing Settings Menu
(secret code *#*#4636#*#*) on user builds.
Bug: 306338055
Test: atest TestingSettingsBroadcastReceiverTest
Flag: NA
No-Typo-Check: trivial
Change-Id: I451f094864bd9a0ad8086e9646e2d666ab2388dc
2024-12-04 11:23:25 +00:00
Xin Li
fe5a8d38f3
Merge "Merge ab/AP4A.241205.013 into aosp-main-future" into aosp-main-future
2024-12-03 16:50:21 +00:00
hoffc
e2c1316682
Settings: Fix face enroll stack overflow
...
Stack overflow occurs when enrolling face.
Buganizer: 381974811
Change-Id: I9c5ae8f07f5ce9174b270abfef313bcf12fd2c57
2024-12-03 15:33:41 +08:00
Treehugger Robot
deec945b4d
Merge "Revert "Turn off voice access in 16KB mode"" into main am: 262b9d9b41
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3320718
Change-Id: I806211fb1462e737206e0f2aef762809eaf907f4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-11-28 02:17:10 +00:00
Pawan Wagh
5da1293494
Revert "Turn off voice access in 16KB mode"
...
This reverts commit 6de4093876 .
Test: m Settigns
Bug: 335443194
Bug: 340231742
Change-Id: I6b3ab5ba9626dd17c1e6383d8b390fb7c91c9efc
Merged-In: Id2c4584835766e9620234233b6594c0dd59b68e9
2024-11-27 22:32:48 +00:00
Xin Li
b6cfdb21a8
Merge ab/AP4A.241205.013 into aosp-main-future
...
Bug: 370570306
Merged-In: I0d4c48ef6debfa82597db48a4320b0500f330b1b
Change-Id: Ia46be767cd3e134c3f1b37411a72c4e0be28ecee
2024-11-27 12:53:11 -08:00
Treehugger Robot
60f7c04dac
Merge "Update comments to point to the new location of event.logtags." into main am: fa6413ed0b
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3375731
Change-Id: I6a6912059c1f4c688c60deacd9382e0fa6355491
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-11-26 10:45:28 +00:00
Eric Lin
d6f139b389
Update comments to point to the new location of event.logtags.
...
event.logtags was moved from system/core/logcat to system/logging/logcat in Android 12 by aosp/1454058.
Change-Id: I8a6d046bf31e1e0d28862664f5cc0e2e941ab60c
BUG: 168791309
Flag: DOCS_ONLY
Test: Local build
2024-11-26 07:13:23 +00:00
Xin Li
521a712349
Merge ab/AP4A.240925.013 into aosp-main-future
...
Bug: 370570306
Merged-In: I4e2a72a80f68579d60466e859370b6fd93a8cd23
Change-Id: Ifc87474ccff4172524295035e70916216b41a715
2024-11-21 15:10:02 -08:00
Jeongik Cha
c15d15953b
Merge "Fix storage requirement for Linux terminal" into main am: cc7e4e5821
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3364326
Change-Id: Icee4ae8bc9e67b485caebc1e67e95e9643104d23
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-11-19 23:19:12 +00:00
Jeongik Cha
294b41a883
Fix storage requirement for Linux terminal
...
getPrimaryStorageSize rounds up size by GB, not GiB
Bug: 366374130
Change-Id: Idf43c5cee41172d763b6c271042317d151d41a38
Test: build and run
2024-11-19 07:43:31 +00:00
Jaewan Kim
ea27253a31
Merge "Hide Linux terminal if device doesn't meet minimum requirement" into main am: 5965a10f60
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/3350252
Change-Id: I2387ed8be5c63cd75c29a506d170fb916399cff2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-11-19 01:34:26 +00:00
alisa.li
2eb14f53bb
Update the cache of a2dp config before writing config.
...
The created config based on mBluetoothA2dpConfigStore is invalid, so we need to update the cache before writing config.
Bug: 3177357791
Test: manual
Change-Id: I47774f035509f0cb533209e4e31e7477d5b8e516
2024-11-15 07:26:45 +00:00
Jaewan Kim
a6334bc0a3
Hide Linux terminal if device doesn't meet minimum requirement
...
Bug: 366374130
Test: Manually, atest
Change-Id: Id0ef47099b3fab41175bfae3d0eaf61037ba82ff
2024-11-15 11:10:25 +09:00
Xin Li
cfa19e11a6
Merge 24Q4 (ab/12406339) into aosp-main-future
...
Bug: 370570306
Merged-In: Ie90e7495dd4a134538bae6e3e08eea0d02134b14
Change-Id: I20517e9ee410e95f2cbeb1247c0c0288ed9f006f
2024-11-11 21:38:40 -08:00
Jaewan Kim
ea0b5d5950
Clear Linux terminal app when disabled
...
Bug: 374032310
Test: Manual, T/H
Flag: Build.RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES
Change-Id: Id56f98cf90b0598111baa3096b1b81307ebb99a3
2024-11-12 01:19:17 +00:00
Treehugger Robot
9089bca7d1
Merge "Make Linux terminal option profile aware" into main
2024-11-11 17:57:37 +00:00
Treehugger Robot
f85bc08954
Merge "Remove all pending messages when fragment destroyed" into main
2024-11-11 11:50:09 +00:00
Jaewan Kim
ed3abffcfc
Make Linux terminal option profile aware
...
Bug: 374034911
Test: atest, plus following manual test \
- Test tabbed UI with/without work profile \
- Test that disabled by work profile launches alert dialog \
- Test whether toggling an app only toggle the app for the user.
Flag: Build.RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES
Change-Id: I4bf0a2d521cf3e632f6c0320e0b5cc0154d5b68f
2024-11-11 14:31:19 +09:00
alisa.li
fe199d2656
Update state when disabling and enabing develop option
...
When not support a2dp offload, the a2dp offload preference is shown in grey, but a2dp offload preference will be set enabled when enabing develop option
Bug:295109808
Test: manual
Change-Id: I7e1d073ff9ef6b68b5f1d9faa1dac459a70d7afc
2024-11-07 10:41:57 +00:00
Treehugger Robot
15f88ddc70
Merge "fix crash in setting time zone" into main
2024-11-05 00:31:21 +00:00
dingfeisong
64aaa1440a
Remove all pending messages when fragment destroyed
...
Remove all pending messages when the fragment has destroyed.
Otherwise, after fragment disattachs its context, an exception
will be reported when process the messages.
Bug:377166756
Change-Id: I333cedb45c0fe43b81abbfbe19e37f42f98def91
Signed-off-by: dingfeisong <dingfeisong@xiaomi.corp-partner.google.com >
2024-11-04 13:40:27 +08:00
Edgar Wang
4d2012ccf9
[Homepage Revamp] hide the scroll bar of homepage
...
Bug: 364612225
Test: visual
Flag: EXEMPT bugfix
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b246d2e8152eda94691a463a70973166e98c39c9 )
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e3c7913e3c9ffb9e95675d1731e8bf9a58082a18 )
Merged-In: I0d4c48ef6debfa82597db48a4320b0500f330b1b
Change-Id: I0d4c48ef6debfa82597db48a4320b0500f330b1b
2024-10-23 22:47:58 +00:00
hoffc
a9002d157c
Fix force close for updating UI after activity destroyed.
...
If activity is finishing or destroyed, getting activity context will return null results in settings app force close.
Do not call scan callback if network select activity is finishing or destroyed.
Test: build pass and run NetworkSelectSettingsTest unit test pass.
Bug: 372123288
Change-Id: I28307490c75fe04d54dcf1637f33f4b9ba1fe635
2024-10-22 06:25:37 +00:00
Pechetty Sravani (xWF)
0583090e98
Merge "Revert "Fix force close for updating UI after activity destroyed."" into main
2024-10-21 09:49:30 +00:00
Pechetty Sravani (xWF)
bd44c86041
Revert "Fix force close for updating UI after activity destroyed."
...
This reverts commit 2545f06558 .
Reason for revert: DroidMonitor created revert due to b/374650528.Will be verified through ABTD for standard investigation.
Change-Id: Ifa3f061b7954dc2b5780b768fefb9358c597fdc0
2024-10-21 06:18:31 +00:00
Treehugger Robot
b083196e76
Merge "Fix force close for updating UI after activity destroyed." into main
2024-10-21 04:11:01 +00:00
Jaewan Kim
591d4fd932
Enable Linux terminal app via developer settings
...
Bug: 369246712
Test: `atest SettingsRoboTests`, try toggle the option, \
and try search with 'Linux'.
Flag: RELEASE_AVF_SUPPORT_CUSTOM_VM_WITH_PARAVIRTUALIZED_DEVICES
Change-Id: Ibdcf00de04f09fe5b03ba53857904945354ed844
2024-10-16 15:49:12 +00:00
James Willcox
a506a48b9f
Don't show default payment component in search if Wallet role is enabled
...
Bug: 372254720
Test: atest PaymentSettingsTest
Flag: android.permission.flags.wallet_role_enabled
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1133353e5df414936d6a69d50dcb6e42ad4d0370 )
Merged-In: I4044d8fcd95db215d4a06b335b3cb96f8a5e3697
Change-Id: I4044d8fcd95db215d4a06b335b3cb96f8a5e3697
2024-10-11 01:01:54 +00:00
hoffc
2545f06558
Fix force close for updating UI after activity destroyed.
...
If activity is finishing or destroyed, getting activity context will return null results in settings app force close.
Directly return if network select activity is finishing or destroyed when handling network scan callback.
Bug: 372123288
Change-Id: Ia8c89569761b66da58cafd0140ceda29ac7d678c
2024-10-08 17:29:45 +08:00