Yiyi Shen
a6525e9fcd
Merge "[Audiosharing] Impl audio sharing feature provider in Settings" into main
2024-02-21 07:16:07 +00:00
Jason Chiu
ff98aac59f
Merge "Replace getCallingActivity() with getLaunchedFromPackage()" into main
2024-02-21 01:12:23 +00:00
songferngwang
192f95ee5e
Changing the SettingsOutlinedTextField's shape
...
Bug: 318310357
Bug: 298898436
Bug: 298891941
Test: build pass
Change-Id: I24de2f78844744fd9cc663f45598f6fdf7b897be
2024-02-20 08:31:07 +00:00
Joseph Vincent
12ff61b3c7
Merge "Handle listing of PS apps in Apps > Special App Access > Device Admin Apps" into main
2024-02-20 08:12:23 +00:00
Yiyi Shen
a2577fd60e
[Audiosharing] Impl audio sharing feature provider in Settings
...
Bug: 324023639
Test: manual
Change-Id: I4005ea8fbc0983a833f5a7dee2815f09eab48d3c
2024-02-20 08:06:55 +00:00
SongFerng Wang
38e6e7f513
Merge "[SimsUiEnhancement] The primary SIMs ListPreference's items show number" into main
2024-02-20 03:40:51 +00:00
SongFerng Wang
f4d0eff41e
Merge "[SimUiEnhancement] Fix Automatic Data switch UI at SimOnboarding" into main
2024-02-20 02:02:22 +00:00
SongFerng Wang
89963e81ff
Merge "[Sims Enhancement] update the sim's name after renaming sim" into main
2024-02-20 02:01:16 +00:00
josephpv
62df3efdd7
Handle listing of PS apps in Apps > Special App Access > Device Admin Apps
...
Currently Device Admin Apps page shows apps from Private space even
when PS is locked. This change takes care to hide PS apps from the list
when private profile is in quiet mode and on disabling quiet mode PS
apps are shown in the list.
Also takes care to update the active apps summary count to not include
PS apps when private profile is in quiet mode.
Recording link : b/324311892#comment2
Bug: 324311892
Test: Manual
Change-Id: If4199ecad0a228c8e491778fb62c09c8b3f20604
2024-02-19 23:00:19 +00:00
YK Hung
3f52a6c47d
Merge "Update log metrics in battery usage." into main
2024-02-19 10:51:01 +00:00
YK Hung
2acee8121f
Merge "[Shadow] Update the string and the dismiss button" into main
2024-02-19 09:24:53 +00:00
pajacechen
1abc13fe29
[Shadow] Update the string and the dismiss button
...
- Disable the dismiss button for incompatible charging
- Update the button string for battery defender tips
- Update settings banner icon for defender
Test: Manual Test
Bug: 315748218
Change-Id: I0cfe03e7984be02eff4fb6dce68cc22fe7edf8e2
2024-02-19 08:06:44 +00:00
Zoey Chen
b1ff2767fd
Merge "[ToA] Add the metrics in Settings" into main
2024-02-19 06:20:33 +00:00
songferngwang
bf7a8d765e
[SimsUiEnhancement] The primary SIMs ListPreference's items show number
...
Add the number at item's summary at ListPreference
Bug: 318310357
Bug: 298898436
Bug: 298891941
Test: Build pass
atest ListPreferenceTest
Change-Id: I21be34ee73d9532b88443928442def9816ac3bf7
2024-02-19 03:49:43 +00:00
songferngwang
6d0b41af5a
[SimUiEnhancement] Fix Automatic Data switch UI at SimOnboarding
...
- Automatic Data switch can't set value to framework, since
the nonDds is -1
- update the ProgressDialog as compose UI
Bug: 318310357
Bug: 298898436
Bug: 298891941
Test: Build pass
Change-Id: Ifeca38b42b3a51e8a967c0e744eeae06338f6ddc
2024-02-19 03:12:50 +00:00
songferngwang
a70f208df3
[Sims Enhancement] update the sim's name after renaming sim
...
-Remove remember to update the title and summary
-Sim Onboarding primary sim page removes the catogory
Bug: 318310357
Bug: 298898436
Bug: 298891941
Test: Build pass
Change-Id: Ibc0922511cd1b2e65c6af86eab06b6f9d6fce54d
2024-02-19 02:52:21 +00:00
Chaohui Wang
e9917e2f48
Fallback to NUMERIC when CARRIER_ID is unknown
...
For some subscription, the carrier id is unknown (-1), which cause the
inserted APN not be displayed.
Fallback to NUMERIC when CARRIER_ID is unknown to fix this issue.
Fix: 324394199
Test: manual with esim test profile - carrier id -1
Test: unit tests
Change-Id: Ic63a3e0c9ab37c8bdf86a2c7155b08778f05deff
2024-02-18 16:26:15 +08:00
mxyyiyi
f33597b41d
Update log metrics in battery usage.
...
- Remove redundant logs
- Update action id
Bug: 323495266
Test: manual
Change-Id: I3146405912f3df152c7a0d525ba06ba76e2e02df
2024-02-18 16:00:43 +08:00
Mark Kim
faba808e5e
Merge "Disable APP_ARCHIVING flag for specific test" into main
2024-02-17 10:01:14 +00:00
Zoey Chen
f322a43a57
[ToA] Add the metrics in Settings
...
Bug: 323462103
Test: manual + presubmit
Change-Id: Ic7ad80ed0829b11de4f8f7278149292d0cd80622
2024-02-17 07:39:28 +00:00
Treehugger Robot
8f0c7f63ee
Merge "Use parent profile for device credential" into main
2024-02-17 05:30:38 +00:00
Mark Kim
bf0ea22082
Disable APP_ARCHIVING flag for specific test
...
APP_ARCHIVING flag was introduced to control archiving feature in
Settings separately from OS.
The broken test was expecting archiving feature flag be disabled but it
didn't take into account a newly introduced flag which was automatically
rolled out in ag/26270549
Test: AppButtonsTest
Bug: 325632047
Change-Id: I02a1f4e2e2bfa1b85f2d993c4127698c8a6195dc
2024-02-17 00:47:05 +00:00
David Liu
f1c1e011b2
Merge "Fix keyboard navigation issue, searchbar not able to be selected." into main
2024-02-16 23:26:45 +00:00
David Liu
9489a97754
Fix keyboard navigation issue, searchbar not able to be selected.
...
- make search toolbar focusable
- set next tab navigation element to homepage_container
Bug: 324420544
Test: manual
Change-Id: I991390e9d980092dfe11b15dcb81563ed3b0d4d1
2024-02-16 19:09:58 +00:00
Becca Hughes
62fa76f719
Merge "Hide "additional services" if there is only a single primary services" into main
2024-02-15 23:54:59 +00:00
Bill Yi
12f88cebaa
[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-qpr-dev am: 0e856c1a68
-s ours
...
am skip reason: contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/26240501
Change-Id: I32bd12ac6a9db56ff271962ae1d01ba74194faba
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-15 22:16:44 +00:00
Bill Yi
d960c2f373
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 09454f8635
-s ours
...
am skip reason: contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/26240501
Change-Id: I29b59dbefb46c278fa36ce97bcc0bbbe67e233f2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-15 22:16:36 +00:00
Bill Yi
d282ef8545
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: 3d8af28675
-s ours
...
am skip reason: contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/26240500
Change-Id: I96b73e2c494726f92625af5accc0e1e385eaadd9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-15 22:16:21 +00:00
Bill Yi
0e856c1a68
Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-qpr-dev
2024-02-15 21:28:56 +00:00
Bill Yi
a3aef0ade2
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: ccabf894c1
-s ours
...
am skip reason: contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/26240499
Change-Id: Ib154cf9c9211af50272628c369a9890ad04fe6d7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2024-02-15 20:07:27 +00:00
Bill Yi
e28934a9f9
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2024-02-15 18:10:24 +00:00
Bill Yi
1018c0e5f6
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2024-02-15 18:10:24 +00:00
Bill Yi
913dc3d0ce
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2024-02-15 18:10:24 +00:00
Joshua Mccloskey
1c711222f9
Merge "Adding more biometric screenshot tests" into main
2024-02-15 17:17:51 +00:00
YK Hung
73b273d781
Merge "Add a protection for the null UID corner case" into main
2024-02-15 14:09:34 +00:00
ykhung
15e853a1b9
Add a protection for the null UID corner case
...
Test: atest SettingsRoboTests:com.android.settings.fuelgauge.datasaver
Fix: 324571889
Change-Id: Ia5a63dc360d4b518f2b86315b40bc2db12f007ed
2024-02-15 12:43:17 +00:00
Ben Murdoch
44f2967454
Merge "Accept new bluetooth device name on enter press." into main
2024-02-15 11:38:15 +00:00
Joseph Vincent
597d23e5b3
Merge "Update string Lock private space automatically" into main
2024-02-15 09:43:35 +00:00
Bill Yi
3114df2864
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I199b5d951dec97d970fb749f05d51d4e261f344b
2024-02-14 16:26:42 -08:00
Bill Yi
9c634dde40
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I1a754a9bfa4ed6765e266536180bbaafb1e26660
2024-02-14 16:12:37 -08:00
Bill Yi
9210d1bacd
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I97ab928639ee53166fbb2ceca87d9eea7796e4e9
2024-02-14 16:07:28 -08:00
Amith Yamasani
022a815033
Intent handler for new BACKGROUND_RESTRICTIONS_SETTINGS
...
Use the existing battery usage screen as entry point
for ACTION_BACKGROUND_RESTRICTIONS_SETTINGS.
Bug: 320150834
Test: am start -a android.settings.BACKGROUND_RESTRICTIONS_SETTINGS
atest ActivityManagerTest#testBackgroundRestrictionsIntent
Change-Id: I479ab666334eeb3232a9200b70a6d3ce2ddd2ad9
2024-02-14 22:27:10 +00:00
Becca Hughes
74f8cb6eeb
Merge "Update button strings for new design" into main
2024-02-14 20:42:38 +00:00
Ahaan Ugale
a4f81032f2
Merge "Update sensitiveNotificationAppProtection reference after move." into main
2024-02-14 19:40:32 +00:00
Bill Yi
09454f8635
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I2d59d3beebc4e0d05779836201fd704c4a5a62fc
2024-02-14 10:16:01 -08:00
Bill Yi
3d8af28675
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Iac69519b9a3a9023a16096ebcacec2e97b41cdc8
2024-02-14 10:14:30 -08:00
Bill Yi
ccabf894c1
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Ibfe05bce22ad8ddee12426783d4c6a5c55706e1b
2024-02-14 10:11:49 -08:00
Becca Hughes
797694855f
Update button strings for new design
...
Updates the positive button strings see
mocks here:
https://screenshot.googleplex.com/6hLciwYTPMsYytt
https://screenshot.googleplex.com/ASAotxvEHnrDodq
Implementation:
https://hsv.googleplex.com/4658122816749568
https://hsv.googleplex.com/5590705238966272
Bug: 322074376
Change-Id: I8488d4b9414448bfbfc9462fe5450681bfbbfbdb
Test: flash device
2024-02-14 18:00:32 +00:00
Ronish Kalia
371c96cbc7
Merge "[DON'T BLOCK] Test ownership migration rules" into main
2024-02-14 17:03:46 +00:00
josephpv
cfbbc5e207
Update string Lock private space automatically
...
Screenshot : go/ss/A5CaxvsWijoydYV.png
Bug: 325180579
Test: Manual
Change-Id: I59a3518d607532c0a8ae4bac18b4dd0d40666041
2024-02-14 15:44:58 +00:00