Add allow input device toggle to bluetooth pairing dialog#214
Open
gmillz wants to merge 98 commits intoGrapheneOS:14from
Open
Add allow input device toggle to bluetooth pairing dialog#214gmillz wants to merge 98 commits intoGrapheneOS:14from
gmillz wants to merge 98 commits intoGrapheneOS:14from
Conversation
Fix: 282934003 Test: Run test app in work profile (cherry picked from commit 81893c2) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:72f8ea55d38ab81524f54b666f8eebf3d4413f55) Merged-In: I7fed6d1baa1a40e9126493d37e33d63236bb4b3c Change-Id: I7fed6d1baa1a40e9126493d37e33d63236bb4b3c
Add checks URIs for content from other users. Fail for users that are not profiles of the current user. Test: atest DefaultRingtonePreferenceTest Bug: 299614635 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1876c449915c764242976280918758585689c82d) Merged-In: Ib266b285a3a1c6c5265ae2321159e61e08e349f6 Change-Id: Ib266b285a3a1c6c5265ae2321159e61e08e349f6
…08425', 'googleplex-android-review.googlesource.com/24969251'] into udc-qpr1-release. Change-Id: Ic2873946e9a04d9b0724162980df20cb91ed3e71
This uses the standalone wallpaper picker class from WallpaperPicker2 as seen in the Pixel stock ROM.
The NFC preference in Settings -> Connected devices -> Connection preferences doesn't listen to changes from the NFC tile. (This wasn't an issue in Android 10, because there used to be a SwitchPreference that listened there.)
If no customization is needed, BoolSetting base class can be used directly from XML by adding settings:boolSettingField="<class name> <BoolSetting field name>" to the preference XML definition.
This preference controls the glove mode feature on Pixel devices for increased touch sensitivity without requiring a custom HAL or other device-side code. This is done by using the debug.touch_sensitivity_mode system property, which Settings has permission to change. The user-visible value is persisted in Settings.Secure, while the property is persisted in persist.vendor.touch_sensitivity_mode. Requires frameworks/base commit: "Add a config to state whether a device supports increased touch sensitivity." Requires device/google/* commit: "Express support for increased touch sensitivity." Closes: GrapheneOS#1 Co-authored-by: Diab Neiroukh <lazerl0rd@thezest.dev> Change-Id: I86af721fde33226d314d8a44525f310828299a72
add Sandboxed Google Play link for the work profile The link is now dynamic and becomes hidden if GMS Core is uninstalled or disabled.
Change-Id: Ia09dfd67bcfb8334439bfb9dab419235b182e297
Signed-off-by: maade69 <70593890+maade69@users.noreply.github.com>
These libraries are used by several AOSP components and proprietary Google apps for creating consistent SetupWizard-like UIs. For more info, see methods that call "com.google.android.setupwizard.partner" ContentProvider in external/setupcompat and external/setupdesign.
GmsCompat.isGmsApp() was renamed to GmsCompat.isEnabledFor().
It's used by the "hardened_malloc detected an error in $APP" notification.
DemiMarie
reviewed
Jan 15, 2024
DemiMarie
left a comment
There was a problem hiding this comment.
What happens if success is false in onDialogDismissed? Should the default be CONNECTION_POLICY_FORBIDDEN, with the dialog being responsible for setting it to CONNECTION_POLICY_ALLOWED? In other words, should this be combined with GrapheneOS/platform_packages_modules_Bluetooth#20?
Co-authored-by: Demi Marie Obenour <demiobenour@gmail.com>
Author
|
This also needs GrapheneOS/platform_packages_modules_Bluetooth#20 |
0539005 to
fc1ceb7
Compare
fb8cc4f to
13aff95
Compare
3e742b5 to
f732cbd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.