Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_packages_apps_LMOSettings
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid
platform_packages_apps_LMOSettings
Commits
15fd6925
Commit
15fd6925
authored
1 year ago
by
Tommy Webb
Committed by
Dhina17
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
ScreenOffUdfps: Update for U QPR2
Change-Id: I2664d170210b3bde68bd88b2032baed5b27ae780
parent
506f4e6d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
res/xml/screen_off_udfps_settings.xml
+1
-1
1 addition, 1 deletion
res/xml/screen_off_udfps_settings.xml
src/com/android/settings/gestures/ScreenOffUdfpsSettings.java
+1
-1
1 addition, 1 deletion
...com/android/settings/gestures/ScreenOffUdfpsSettings.java
with
2 additions
and
2 deletions
res/xml/screen_off_udfps_settings.xml
+
1
−
1
View file @
15fd6925
...
...
@@ -19,7 +19,7 @@
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:title=
"@string/ambient_display_screen_off_udfps_title"
>
<SwitchPreference
<SwitchPreference
Compat
android:key=
"gesture_screen_off_udfps"
android:title=
"@string/ambient_display_screen_off_udfps_title"
android:summary=
"@string/ambient_display_screen_off_udfps_summary"
...
...
This diff is collapsed.
Click to expand it.
src/com/android/settings/gestures/ScreenOffUdfpsSettings.java
+
1
−
1
View file @
15fd6925
...
...
@@ -44,7 +44,7 @@ public class ScreenOffUdfpsSettings extends DashboardFragment {
public
void
onAttach
(
Context
context
)
{
super
.
onAttach
(
context
);
SuggestionFeatureProvider
suggestionFeatureProvider
=
FeatureFactory
.
getFactory
(
context
).
getSuggestionFeatureProvider
();
FeatureFactory
.
Companion
.
getFeatureFactory
(
).
getSuggestionFeatureProvider
();
SharedPreferences
prefs
=
suggestionFeatureProvider
.
getSharedPrefs
(
context
);
prefs
.
edit
().
putBoolean
(
PREF_KEY_SUGGESTION_COMPLETE
,
true
).
apply
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment