Skip to content

Conversation

@CipherTread
Copy link

@CipherTread CipherTread commented May 30, 2025

luk1337 and others added 30 commits May 6, 2025 18:38
This lets us hide it properly.

Change-Id: I02ac031a835236811b82a7de283335390ffebab9
Squashed with:
20d4d3e
514f0dd

Co-authored-by: Daniel Micay <daniel.micay@grapheneos.org>
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>
allowing adding (installed) apps from (owner) user manager ui.
empratyush and others added 26 commits May 6, 2025 18:38
many carrier where 5G network options is available (in settings) doesn't really support standalone 5G and in that case setting it to 'NR/5G only' soft fails.

it is disabled for NSA carrier, calling options will be broken on NSA (non standalone 5G).
…animation"

This reverts commit cdfab94fdab8287e47e6a24bb1700a85ee250484.
It's already present in Developer options, but they are not available in secondary users.
Both override_desktop_mode_features and enable_freeform_support toggle had the same name UI name:
"Enable freeform windows".
…ypes

Secondary users now can have private profiles as its nested profile.
…ofile types

Secondary users now can have private profiles as its nested profile.
This is needed to set preferences on other profiles from a parent user,
such as Private Space settings configuration, setting settings for
private profile from its parent user.

Comment this line and above once cleanup is being done for rebasing
changes, by adding # as prefix on this line and above.

fixup! add base classes for {Bool,Int}Setting preference controllers
This is needed to set preferences on other profiles from a parent user,
such as Private Space settings configuration, setting settings for
private profile from its parent user.

Comment this line and above once cleanup is being done for rebasing
changes, by adding # as prefix on this line and above.

fixup! add base classes for {Bool,Int}Setting preference controllers
Added motion lock settings implementation

del empty line
package com.android.settings.security;

public class MotionLockConstants {
public static final String PREF_ENABLED = "motion_lock_enabled";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not make this a boolean?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not mean the XML strings, of course, but the actual value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.