Bill Yi
639cfd9c3f
Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-qpr-dev
2023-10-23 19:16:21 +00:00
Bill Yi
ff0925c00f
Merge "Import translations. DO NOT MERGE ANYWHERE" into udc-qpr-dev
2023-10-23 19:16:21 +00:00
Bill Yi
b638507751
[automerger skipped] Import translations. DO NOT MERGE ANYWHERE am: fb88ae863a
-s ours
...
am skip reason: subject contains skip directive
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/25126850
Change-Id: I030b6955dd756c1b44a78f52589701af3116e61e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-23 19:14:40 +00:00
Bill Yi
40b64880ba
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2023-10-23 19:08:22 +00:00
Bill Yi
603e5f9e68
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2023-10-23 19:08:22 +00:00
Bill Yi
b5a8f86550
Merge "Import translations. DO NOT MERGE ANYWHERE" into main
2023-10-23 19:08:22 +00:00
Joshua McCloskey
7526b9259e
Created biometric provider.
...
Test: Manually verified data was fetched successfully.
Test: adb shell device_config put biometrics_framework
com.android.settings.flags.biometric_settings_provider true
Test: atest BiometricSettingsProviderTest
Bug: 303595205
Change-Id: I154754eed7c36d659853ed83cc18a2e446fb7678
2023-10-23 18:50:58 +00:00
Jihoon Kang
f528f7eaf3
Temporarily disable nullaway plugin
...
The nullaway plugin fails in errorprone build with stubs generated from
the API signature files, although the nullability information between
the from-text and from-source stubs are identical. Below is the failing
error message:
```
packages/apps/Settings/src/com/android/settings/accessibility/AccessibilitySettingsContentObserver.java:54: error: An unhandled exception was thrown by the Error Prone static analysis plugin.
contentResolver.registerContentObserver(uri, false, this);
^
Please report this at https://github.com/google/error-prone/issues/new and include the following:
error-prone version: 2.15.0
BugPattern: NullAway
Stack Trace:
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: expected call to iterator(), instead saw null
```
The error message indicates that the nullaway plugin is throwing an
uncaught exception. Given that the plugin has been recently introduced
to the tree and is currently being only used by Settings, this change
proposes to temporarily disable the plugin to unblock the from-text stub
generation feature and re-enable the plugin once the issue is fixed.
Test: m Settings
Bug: 306242755
Bug: 304077181
Change-Id: I617d8f20ceeefb339b3c1f8cd03af94a8c37fd39
2023-10-23 18:20:59 +00:00
Yiyi Shen
2bf233e30b
Merge "Fix crash when showing the device not found dialog." into main
2023-10-23 12:16:23 +00:00
Mark Kim
24004592cc
Do not show "Not installed for this user" summary for archived app
...
Test: AllAppListTest
Bug: 304255511
Change-Id: I806fed91d4716e8e21f70ec1ad8572f246c7f031
2023-10-23 12:07:31 +00:00
Mark Kim
35629bd16b
Merge "Tests that archived apps are returned for AllAppListPage when "android.content.pm.archiving" flag is enabled" into main
2023-10-23 11:46:01 +00:00
Chaohui Wang
15ca95a31b
Migrate to TwoStatePreference
...
SwitchPreference and SwitchPreferenceCompat are both TwoStatePreference.
Using TwoStatePreference in Java will helps migration in the future.
Bug: 306771414
Test: manual - check Settings pages
Change-Id: I84e1d7b09451106797c2b23d127855c6976678ca
2023-10-23 09:28:57 +00:00
Yiyi Shen
a7d0d00f4a
Fix crash when showing the device not found dialog.
...
If users click to pair a not foundable device and then close the Settings page,
Settings will crash becasue dialog holder is closed.
This CL is part of the fix. It set the context to null when the activity
stops.
Bug: 306548036
Test: atest
Change-Id: If68e3e9cd62216ad83b2e5058f504fce35e36a06
2023-10-23 17:26:17 +08:00
Cassie Wang
7976f1e76d
Merge "Add a config to show the Vpn options menu." into main am: 5abd3420c4
am: ccdd06e496
am: f582544551
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2685406
Change-Id: Iaedb4a2933ce24fbd8bd4aabb03da908beab5131
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-23 07:02:30 +00:00
Cassie Wang
3b7f437db8
Merge "Add a config to show the Vpn options menu." into main am: 5abd3420c4
am: 16e99c187f
am: 16677a5492
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2685406
Change-Id: I5dee3042db1274b1203b08afa09dfe6798f3c4ff
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-23 07:01:38 +00:00
Cassie Wang
f582544551
Merge "Add a config to show the Vpn options menu." into main am: 5abd3420c4
am: ccdd06e496
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2685406
Change-Id: Ib3b89b09bc61d2bc780a6863ce4b202ff56a041c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-23 06:32:36 +00:00
Cassie Wang
16677a5492
Merge "Add a config to show the Vpn options menu." into main am: 5abd3420c4
am: 16e99c187f
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2685406
Change-Id: I25a47d376b7fa31a144cdc74bee6c9a99a6b2525
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-23 06:31:50 +00:00
Cassie Wang
ccdd06e496
Merge "Add a config to show the Vpn options menu." into main am: 5abd3420c4
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2685406
Change-Id: Ie98613fd98bfac9f620dd6755e5a118a3433c171
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-23 06:15:05 +00:00
Cassie Wang
16e99c187f
Merge "Add a config to show the Vpn options menu." into main am: 5abd3420c4
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2685406
Change-Id: Ib8a236bd666204b48faac0189fbcc1acfcb3e8ca
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-23 06:13:58 +00:00
Cassie Wang
5abd3420c4
Merge "Add a config to show the Vpn options menu." into main
2023-10-23 05:53:32 +00:00
Chaohui Wang
4358467948
Merge "Remove Settings preference_widget_primary_switch" into main
2023-10-23 04:17:52 +00:00
Daniel Norman
8946e64f28
Adds 'App info' button on accessibility service + activity pages.
...
This launches the existing app info page for the a11y feature's owning
package. Features without a valid component (framework features) do not
have this button. This is also not shown in Setup Wizard which does
not support the App Info page.
This helps users find more info about the app that provided an
accessibility feature.
Screenshot: https://screenshot.googleplex.com/B9FXLoomxFjLBv8.png
Flag: accessibility com.android.settings.flags.accessibility_show_app_info_button
Bug: 277378550
Test: atest ToggleFeaturePreferenceFragmentTest (robotest)
Test: Open and interact with the button, ensure it opens the app info
page for the correct app.
Change-Id: I2041c09077ce5fadc72117dc0c72409dd33ef60b
2023-10-20 21:31:11 +00:00
Anthony Zhang
17a04a246f
Merge "Add pace for UdfpsEnrollHelper" into udc-qpr-dev am: c9606ad732
am: 8155c507f2
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/24755290
Change-Id: I7485782ee1b939e12f2c4f87fd1a8405227dd182
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 21:21:23 +00:00
Anthony Zhang
8155c507f2
Merge "Add pace for UdfpsEnrollHelper" into udc-qpr-dev am: c9606ad732
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/24755290
Change-Id: I5d7c5820749057aeecee9c21eb62f8c6d480ce5d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 20:59:55 +00:00
Anthony Zhang
c9606ad732
Merge "Add pace for UdfpsEnrollHelper" into udc-qpr-dev
2023-10-20 20:40:59 +00:00
Faye Yan
540d810107
Merge "Add setting flag for enabling voice activation apps in Special app access." into main
2023-10-20 18:37:40 +00:00
Julia Reynolds
88f146a3fe
Merge "Allow background start from notif history" into main
2023-10-20 18:10:14 +00:00
Mark Kim
90781a3014
Tests that archived apps are returned for AllAppListPage when "android.content.pm.archiving" flag is enabled
...
Test: AllAppListTest
#AndroidArchiving
Bug: 304255511
Change-Id: Id3523a6290f57e2c74287f960c1adb8f0cc876bc
2023-10-20 17:11:22 +00:00
Julia Reynolds
55f14ae70d
Allow background start from notif history
...
Test: Tap on entries in 'Recently Dismissed'
Fixes: 304651874
Change-Id: Ifcdd881cbd17903b47f93303bf33a72f718dc181
2023-10-20 13:10:27 -04:00
Joshua Mokut
7f25a5edb8
Merge "Added width specs when creating brightness dialog from settings" into main
2023-10-20 15:48:59 +00:00
Yiyi Shen
3df78993d6
Merge "Update the wording for subsequent pair devices in Settings." into main
2023-10-20 12:09:49 +00:00
Treehugger Robot
5ccd4fee6b
Merge "Only allow clearing of Euicc Data by owner or demo user" into main am: f1cbe74e08
am: ce0d7e1c61
am: 549ca35ebb
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2264402
Change-Id: I3b9598f350ef2a18e92611b79e675af99552a239
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 10:12:55 +00:00
Treehugger Robot
f7f2f0600b
Merge "Only allow clearing of Euicc Data by owner or demo user" into main am: f1cbe74e08
am: ad49e33f01
am: c200d097e9
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2264402
Change-Id: I53046b290eebcfc8647f19e66539dbb84f34afee
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 10:12:38 +00:00
Treehugger Robot
549ca35ebb
Merge "Only allow clearing of Euicc Data by owner or demo user" into main am: f1cbe74e08
am: ce0d7e1c61
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2264402
Change-Id: I8d0bbf66beaaa568e4ee7aaa4bce2409a6a06e9e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 09:48:43 +00:00
Treehugger Robot
c200d097e9
Merge "Only allow clearing of Euicc Data by owner or demo user" into main am: f1cbe74e08
am: ad49e33f01
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2264402
Change-Id: I46d8bdaac17ed33fffedeefbfbfc01e1aa1b145c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 09:47:35 +00:00
Treehugger Robot
ce0d7e1c61
Merge "Only allow clearing of Euicc Data by owner or demo user" into main am: f1cbe74e08
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2264402
Change-Id: I696de52a418fd1f02291d9ef811d989f5b4e25a5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 09:10:21 +00:00
Treehugger Robot
ad49e33f01
Merge "Only allow clearing of Euicc Data by owner or demo user" into main am: f1cbe74e08
...
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2264402
Change-Id: Iaf9eed774382c735bed78f43451b89b61b4e275e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 09:08:47 +00:00
Yiyi Shen
8e38bd0b3a
Update the wording for subsequent pair devices in Settings.
...
Change the wording form "Associated with account" to "Previously used
with account"
Bug: 296507968
Test: atest
Change-Id: Ibfb4acabe8713065c517d91bd9d59dbb3956159f
2023-10-20 16:50:43 +08:00
Treehugger Robot
f1cbe74e08
Merge "Only allow clearing of Euicc Data by owner or demo user" into main
2023-10-20 08:33:27 +00:00
Edward Savage-Jones
922fc6067d
Only allow clearing of Euicc Data by owner or demo user
...
Secondary users should not be able to erase downloaded SIMs
is a similar way that they are not be able to factory reset
the device.
Bug: 303488763
Test: On a device with FEATURE_TELEPHONY_EUICC enabled,
create secondary user, enter Settings->System->Reset Options
there should be no option to 'Erase downloaded SIMs'
Change-Id: I4f5326732822bc322ab13a00937f94232ca69228
2023-10-20 08:20:01 +02:00
Chaohui Wang
82a9a9e47d
Remove Settings preference_widget_primary_switch
...
File content same as SettingsLib's preference_widget_primary_switch
Bug: 285231003
Test: m Settings
Change-Id: I4b9f92435ffb5c253241e294c4680025fe0447fc
2023-10-20 12:55:22 +08:00
Yiyi Shen
9031f9f876
Merge "Add flag for LE audio sharing." into main
2023-10-20 04:51:53 +00:00
Bill Yi
a3d94436f2
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I4ec22338d6f5075474efab698c2ea00842f27d55
2023-10-19 21:00:32 -07:00
Bill Yi
3a68375726
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I6bab970254797b28bd664164fba9a2b59cace5bd
2023-10-19 20:59:36 -07:00
Bill Yi
5f6854e60a
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I92832957a08b645d66f61156fd0c7ca2ab1c2a71
2023-10-19 20:57:34 -07:00
Bill Yi
423b0f6ae5
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I1b1bc80aec4bda83ac2da1e4fa2ca0c46e0ed9ee
2023-10-19 20:55:45 -07:00
Bill Yi
90e6830bf5
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: I0d73f09aaeb0375622c735dfef5ef7679ca31fbc
2023-10-19 20:53:29 -07:00
Bill Yi
fb88ae863a
Import translations. DO NOT MERGE ANYWHERE
...
Auto-generated-cl: translation import
Change-Id: Iecea458fca74e09adb83c70a59aac8a6ce4aa45f
2023-10-19 20:51:59 -07:00
Fan Wu
a2cd54edaf
Merge "Ignore flaky test case to unblock presubmit" into udc-qpr-dev-plus-aosp am: a00e9399d8
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/25114403
Change-Id: Idefe5b3c724c12f20550a6b9eebb7439967daedf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 02:02:26 +00:00
Bill Lin
ccdee28340
Merge "Revert fixing the style of Choose screen lock wasn’t consistent in initial setup and deferred setup" into udc-qpr-dev am: 2943132aff
am: 624ebae395
...
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/24942007
Change-Id: I0ceb3a5aec8537fa31c821bdee3a78a89d118071
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com >
2023-10-20 01:51:02 +00:00