Warn about limitations on hiding Private Space#403
Open
Ganwtrs wants to merge 158 commits intoGrapheneOS:16-qpr2from
Open
Warn about limitations on hiding Private Space#403Ganwtrs wants to merge 158 commits intoGrapheneOS:16-qpr2from
Ganwtrs wants to merge 158 commits intoGrapheneOS:16-qpr2from
Conversation
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. Co-authored-by: Diab Neiroukh <lazerl0rd@thezest.dev> Squashed with e7264c6 Change-Id: I86af721fde33226d314d8a44525f310828299a72
It's added to Private Space screen instead of the Apps screen (where regular and work profile links are) to avoid revealing whether the Private Space is present when the "Hide when locked" Private Space option is enabled.
Allow sorting applications by size in Settings->Apps just like in Settings->Storage/USB->Apps Change-Id: I9e022162110e1feff20f257992086e66735e0f5e
Signed-off-by: June <june@eridan.me> Co-authored-by: inthewaves <inthewaves@pm.me> Co-authored-by: June <june@eridan.me>
Co-authored-by: inthewaves <inthewaves@pm.me> Squashed with: Fix LTE Only mode on World Mode Co-authored-by: flawedworld <flawedworld@flawed.world>
Signed-off-by: r3g_5z <june@girlboss.ceo>
AOSP does not provide these similar to the missing quickly open camera lottie animation Signed-off-by: r3g_5z <june@girlboss.ceo>
Co-authored-by: flawedworld <flawedworld@flawed.world> Signed-off-by: r3g_5z <june@girlboss.ceo>
- There could be confusion around whether "Default" means it's using the default value as part of the override. Make it more clear that the default value from the original carrier config won't be part of the actual override. - There are alternate names for VoLTE and VoNR. The usage of these alternate names appear to be controlled by carrier config. For simplicity just show both variants. - Force SA string is incorrect from copy-paste error (this string isn't shown to the user, because individual NSA and SA options are not displayed to the user currently)
Most of these configs only change availability flags. The actual enabled states are usually controlled on the main setting screen for the SIM, one screen back.
…some profile types
This is a legacy item that is not used anymore.
This reverts commit 0cb09d3.
In SettingsGoogle and PixelDisplayService, the array resource lookup for config_availableEMValueOptions is done dynamically. However, this resource actually exists in AOSP, so we can just refer to it statically like all other resources. The two strings for this option are pulled in via adevtool, but the icon is added directly in this commit because it contains references to other resources. The icon is an exact recreation of the stock OS icon. It turns out Google just used the `visibility` icon from the Apache 2.0 licensed Material Symbols project verbatim. https://github.com/google/material-design-icons/blob/bb04090f930e272697f2a1f0d7b352d92dfeee43/symbols/android/visibility/materialsymbolsoutlined/visibility_24px.xml Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
…ty condition Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
em_value is documented in AOSP as "proprietary" and may have different meaning on non-Google devices. Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
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.
Closes this issue