Fan Wu
20826ab063
Merge "Add TurnScreenOnApps" into main
2023-11-03 01:34:24 +00:00
Chaohui Wang
9e72afdca4
New MobileDataEnabledFlow
...
To easily collect the mobile data enabled setting changes.
Bug: 308903704
Test: manual - on DataUsageList
Test: unit tests
Change-Id: I31327f59ac32c1a621e2853e64bd30d7d17e079c
2023-11-03 07:19:26 +08:00
fayey
6619010f0a
Add Voice activation apps into Settings->Apps->Special app access
...
This change is flag controlled by
`com.android.settings.flags.enable_voice_activation_apps_in_settings`.
Bug: 306447565
Bug: 303727896
Test: atest com.android.settings.spa.app.specialaccess.VoiceActivationAppsTest
Test: atest com.android.settings.spa.app.specialaccess.VoiceActivationAppsPreferenceControllerTest
Test: manual Settings CUJs
Change-Id: I71a0dc2303263c9957220b56e4dcacec9a561b02
2023-11-02 20:07:53 +00:00
Eghosa Ewansiha-Vlachavas
76ba215300
Log radio button clicks on the user aspect ratio app info page
...
When a user changes an apps aspect ratio, log both the new aspect ratio
they select and the previous aspect ratio they are changing from.
Fix: 308395282
Bug: 298030311
Test: atest SettingsRoboTests:UserAspectRatioDetailsTest
Change-Id: I0ba8f84e1dae94eba0de0301b281506c4eb82f32
2023-11-02 16:01:13 +00:00
YK Hung
c7c82de77e
Merge "Fix full-charge timestamp lost in battery chart graph." into main
2023-11-02 15:06:16 +00:00
Alexander Roederer
d44bfaf86f
Adds group to DND settings if channel names same
...
Adds the channel group name as a summary to the DND channel Preference if two
or more channels have identical names in the DND Menu. This allows users to
disambiguate between the channels.
Bug: 294333850
Test: Unit test updated, run with $make -j RunSettingsRoboTests ROBOTEST_FILTER=AppChannelsBypassingDndPreferenceControllerTest
Change-Id: I4eaf48e5b2ea6513098fde79c3f81d18c6f4bb3d
2023-11-02 13:51:04 +00:00
Zoey Chen
748cf7d747
Merge "Revert "[Regional Preference] Need to remove the metrics by the metrics concil"" into main
2023-11-02 12:19:58 +00:00
mxyyiyi
feaf08a9ba
Fix full-charge timestamp lost in battery chart graph.
...
Bug: 308917113
Fix: 308917113
Test: manual
Change-Id: Ie87c72a020a3b169a25df6422ea3b456b988c14d
2023-11-02 19:17:04 +08:00
Treehugger Robot
90a563b12a
Merge "Add a skeleton for dynamic deny list class" into main
2023-11-02 09:54:28 +00:00
Daniel Huang
6b9d8c530f
Revert "[PK settings] Remove metrics."
...
1. This reverts commit bdf89255a0
.
2. Modify ACTION_USE_SPECIFIC_KEYBOARD to log vendor and product id.
Reason for revert: <Add metrics>
Test: atest
Change-Id: I187b990eec7dd0c0009f6c695f595d95420cb4ab
2023-11-02 17:10:21 +08:00
Chaohui Wang
298f65b048
Merge "Finish Mobile Settings if airplane mode is on" into main
2023-11-02 09:06:48 +00:00
Wesley Wang
98f76259ff
Add a skeleton for dynamic deny list class
...
- Create a class with default sharedpreference management
Bug: 306329984
Test: make SettingsRoboTests
Change-Id: I06cf7c5ea82a44a61b05b7bbcddb6040cc917ec5
2023-11-02 17:01:32 +08:00
Allen Su
5604177818
Add locale souce metrics
...
Bug: 284094665
Test: atest SettingsRoboTests:com.android.settings.localepicker
Change-Id: I174e31fb185e859dd70b6277e23fab759c495e80
2023-11-02 08:22:38 +00:00
Treehugger Robot
12755950a9
Merge "Revert "[Regional Preference] Need to remove the metrics by the metrics concil"" into main
2023-11-02 08:12:08 +00:00
FanWu
2aeeaebbee
Add TurnScreenOnApps
...
Bug: 284032615
Test: Manually on device and unit test
Change-Id: I4ccbf5892b3830a6c4657e43850d9b0eab5aecba
2023-11-02 11:45:07 +08:00
Jun Lan
4e80698911
Merge "Add cache for PackageManager.getPackageUid to improvement performance" into main
2023-11-02 01:29:13 +00:00
Joshua Mccloskey
ff69c0ca2d
Merge "Rear Fingerprint Enrollment" into main
2023-11-01 21:10:47 +00:00
Mark Kim
e9d3e9047c
Merge "Move launch button from 3-buttons panel to the top right corner" into main
2023-11-01 13:11:52 +00:00
Mark Kim
fda2e169bc
Move launch button from 3-buttons panel to the top right corner
...
Test: AppButtonsTest, TopBarAppLaunchButtonTest
Bug: 304255179
Change-Id: Ib8ac1670e0910436f4200e2200714c65b2a593f9
2023-11-01 11:20:22 +00:00
Chaohui Wang
4ad7c3c2e6
Finish Mobile Settings if airplane mode is on
...
Fix: 298940648
Fix: 299256852
Fix: 295408616
Test: manual - on Mobile Settings then turn on airplane mode
Test: unit tests
Change-Id: Ifb4a287f7494ecb8b5040dbae7620fedfc316fdc
2023-11-01 18:05:42 +08:00
Jun Lan
29b243bb3e
Add cache for PackageManager.getPackageUid to improvement performance
...
Context: `PackageManager.getPackageUid` is IPC which could be slow. Add a map in BatteryDiffEntry to cache the data. The cache lifecycle would be the same as other cache in BatteryDiffEntry.
Test: manual
Bug: 304439237
Fix: 304439237
Change-Id: I98d9c8cfee24dd43e9a4037b1b61c8353bf1bcea
2023-11-01 17:09:43 +08:00
Zoey Chen
026dfe0aa0
Revert "[Regional Preference] Need to remove the metrics by the metrics concil"
...
This reverts commit ae32c8e8a5
.
Reason for revert: <Add metrics>
Change-Id: I85631130b975df18e7f4f6056bae7f13cf56008f
2023-11-01 07:52:57 +00:00
Zoey Chen
291564a337
Revert "[Regional Preference] Need to remove the metrics by the metrics concil"
...
This reverts commit abe3265390
.
Reason for revert: <Add metrics>
Change-Id: I483978ffc4f2df9035b664674912836d0711b9c6
2023-11-01 07:41:06 +00:00
Xinyi Mao
bd01c83944
Merge "Refactor background optimization mode in Power Usage Detail page." into main
2023-11-01 05:04:56 +00:00
mxyyiyi
81e028931a
Refactor background optimization mode in Power Usage Detail page.
...
[Screenshot]:
before: https://screenshot.googleplex.com/6m5jYWHofY2pFov
after:
[App battery usage]
- [normal] https://screenshot.googleplex.com/7aurWk7cHKaWds7
- [always unrestried/optimized] https://screenshot.googleplex.com/3rGAh4ccUYTKBAr
[Allow Background usage]
- [Restricted]: https://screenshot.googleplex.com/MPXjQe5kPWw2nhr
- [Optimized]: https://screenshot.googleplex.com/6w4zTT6r34APnGc
- [Unrestricted]: https://screenshot.googleplex.com/97FgvHWMrwASqYH
Bug: 302063050
Bug: 306295660
Bug: 308359833
Test: manual
Change-Id: I3237d015549fe26e62d6d68c13403cc2cbdf0017
2023-11-01 11:17:30 +08:00
Jean Chen
bf18e7967e
Merge "Revert^2 "feat(MultiFingerMultiTap): Add tutorial for two finger triple tap"" into main
2023-11-01 00:23:08 +00:00
Chaohui Wang
e9502c3cc4
Merge "When device has a call, avoid user inactive/active SIM." into udc-qpr-dev am: aab495929f
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/25220520
Change-Id: If895e308ce90330c33d6ceaa7551768d0771dce4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-31 22:53:24 +00:00
Nino Jagar
c7628879da
Disable content protection settings if no service
...
Bug: 308613762
Test: Unit tests and manual end-to-end
Change-Id: I0cc1ff1a260a7e14537036497a155135b7e2f0a9
2023-10-31 20:34:04 +00:00
Mark Kim
fb3db3024d
Merge "Support fetching PackageInfo for archived apps" into main
2023-10-31 12:08:00 +00:00
Jean Chen
6a50a06f76
Revert^2 "feat(MultiFingerMultiTap): Add tutorial for two finger triple tap"
...
This reverts commit dc9ad88a26
.
Reason for revert: The issue be fixed on b/308228560. Our change wasn't the actual culprit.
Change-Id: Ie023b10d70db680799f30c8bc9346cc65716b550
2023-10-31 08:43:39 +00:00
Chaohui Wang
fe10785679
Merge "Check MOBILE_DATA_POLICY_MMS_ALWAYS_ALLOWED" into main
2023-10-31 07:15:44 +00:00
Chun-Wei Wang
f4a67c16a4
Merge "Revert "Settings ChooseLockscreen* dismiss in background."" into main
2023-10-31 07:03:30 +00:00
Chun-Wei Wang
d1de1b532b
Revert "Settings ChooseLockscreen* dismiss in background."
...
This reverts commit 302aa72446
.
Reason for revert: b/308468754
Change-Id: I27ab7e374324b99e7a039b06ad698c214d97592a
2023-10-31 06:59:48 +00:00
tom hsu
61e7550e7e
When device has a call, avoid user inactive/active SIM.
...
Bug: 296314216
Test: atest passed
Change-Id: I1a717d24a87316ccf065a2c02c49dc7e29825905
(cherry picked from commit e7d98dea9d
)
Merged-In: I1a717d24a87316ccf065a2c02c49dc7e29825905
2023-10-31 03:08:41 +00:00
Joshua McCloskey
a98dc8d4b5
Rear Fingerprint Enrollment
...
Bug: 297083009
Test: atest RFPSIconTouchViewModelTest FingerprintEnrollEnrollingViewModelTest FingerprintManagerInteractorTest
Change-Id: Icc072e7d7815070087ccb50ea5937c386b06fb11
2023-10-30 22:18:56 +00:00
Treehugger Robot
767ff4725e
Merge "settings(nfc): Remove NFC beam settings" into main am: e8df63f148
am: ff03ce88ff
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2808364
Change-Id: I981cda69be0ada11eedf478ee4ede362c3858a8a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-30 21:28:55 +00:00
Treehugger Robot
ff03ce88ff
Merge "settings(nfc): Remove NFC beam settings" into main am: e8df63f148
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2808364
Change-Id: Ic8c0f7ceec443aca5172cd38ede765781640dc0e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-30 21:03:30 +00:00
Behnam Heydarshahi
dd56cea63b
Merge "Remove ring_volume from VolumePanel" into main
2023-10-30 20:43:47 +00:00
Roshan Pius
ad565c49dc
settings(nfc): Remove NFC beam settings
...
This API was already deprecated and not supported for a few years. The
API was completely removed in Android U (see b/236980291).
Bug: 307352220
Test: Verified NFC settings works correctly
Merged-In: I40974a26d170cf3eeec18e6a07a21f6c420eca9e
Change-Id: I40974a26d170cf3eeec18e6a07a21f6c420eca9e
2023-10-30 19:42:47 +00:00
Behnam Heydarshahi
b443557d3d
Remove ring_volume from VolumePanel
...
And from CustomSliceRegistry.
Bug: b/305280122
Test: make ROBOTEST_FILTER=VolumePanelTest RunSettingsRoboTests -j40
Change-Id: Iff444011399f09a5350de8aeacb724467364b61a
2023-10-30 17:58:49 +00:00
Joshua Mccloskey
92219f0d37
Merge "Settings ChooseLockscreen* dismiss in background." into main
2023-10-30 17:43:27 +00:00
Treehugger Robot
336e95cf64
Merge "settings(nfc): Remove NFC beam settings" into main
2023-10-30 17:11:17 +00:00
Tyler Freeman
db99e6027c
Merge "Revert "feat(MultiFingerMultiTap): Add tutorial for two finger triple tap"" into main
2023-10-30 16:45:46 +00:00
Daniel Norman
dc9ad88a26
Revert "feat(MultiFingerMultiTap): Add tutorial for two finger triple tap"
...
This reverts commit 2870455091
.
Reason for revert: b/308368520
Change-Id: I512fa574e47585f0005ccc6c3790c0c20a3a4c55
2023-10-30 16:29:19 +00:00
Chaohui Wang
bbc1ffb930
Merge "Migrate Enhanced notifications to SwitchPreferenceCompat" into main
2023-10-30 14:18:44 +00:00
Treehugger Robot
0201afb9d5
Merge "Add a flow to keep special apps in the battery unrestricted mode" into main
2023-10-30 11:27:19 +00:00
Mark Kim
9942248d98
Support fetching PackageInfo for archived apps
...
Test: PackageInfoPresenterTest
Bug: 304256071
Change-Id: Ia8f160c160acf41aa4f25f9d02efa4d470a56a63
2023-10-30 10:50:55 +00:00
SongFerng Wang
8557ab051c
Merge "Modify the condition of MENU_FIX_CONNECTIVITY" into main
2023-10-30 07:54:34 +00:00
ykhung
6d94558451
Add a flow to keep special apps in the battery unrestricted mode
...
Fix: 306506148
Test: atest & presubmit
Change-Id: I1636f4fe38394686b40c9f52d37bd9ae6f2c46ba
2023-10-30 15:33:15 +08:00
Jean Chen
5678c7eb12
Merge "feat(MultiFingerMultiTap): Add tutorial for two finger triple tap" into main
2023-10-30 05:21:34 +00:00