Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_packages_apps_Launcher3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Farzin Kazemzadeh
platform_packages_apps_Launcher3
Commits
0788fd79
Commit
0788fd79
authored
2 years ago
by
Sunny Goyal
Browse files
Options
Downloads
Patches
Plain Diff
Removing some usused features
Bug: 270386012 Test: Presubmit Change-Id: Ica71109d43c42d9d0d5269520f7b7e72921f42a6
parent
e09fecc2
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
OWNERS
+1
-1
1 addition, 1 deletion
OWNERS
src/com/android/launcher3/config/FeatureFlags.java
+0
-12
0 additions, 12 deletions
src/com/android/launcher3/config/FeatureFlags.java
with
1 addition
and
13 deletions
OWNERS
+
1
−
1
View file @
0788fd79
...
@@ -36,4 +36,4 @@ winsonc@google.com
...
@@ -36,4 +36,4 @@ winsonc@google.com
xuqiu@google.com
xuqiu@google.com
per-file FeatureFlags.java, globs = set noparent
per-file FeatureFlags.java, globs = set noparent
per-file FeatureFlags.java = sunnygoyal@google.com, winsonc@google.com, adamcohen@google.com, hyunyoungs@google.com
per-file FeatureFlags.java = sunnygoyal@google.com, winsonc@google.com, adamcohen@google.com, hyunyoungs@google.com
, captaincole@google.com
This diff is collapsed.
Click to expand it.
src/com/android/launcher3/config/FeatureFlags.java
+
0
−
12
View file @
0788fd79
...
@@ -247,10 +247,6 @@ public final class FeatureFlags {
...
@@ -247,10 +247,6 @@ public final class FeatureFlags {
270394392
,
"ENABLE_SEARCH_RESULT_LAUNCH_TRANSITION"
,
false
,
270394392
,
"ENABLE_SEARCH_RESULT_LAUNCH_TRANSITION"
,
false
,
"Enable option to launch search results using the new view container transitions"
);
"Enable option to launch search results using the new view container transitions"
);
public
static
final
BooleanFlag
TWO_PREDICTED_ROWS_ALL_APPS_SEARCH
=
getReleaseFlag
(
270394225
,
"TWO_PREDICTED_ROWS_ALL_APPS_SEARCH"
,
false
,
"Use 2 rows of app predictions in All Apps search zero-state"
);
public
static
final
BooleanFlag
ENABLE_SHOW_KEYBOARD_OPTION_IN_ALL_APPS
=
getReleaseFlag
(
public
static
final
BooleanFlag
ENABLE_SHOW_KEYBOARD_OPTION_IN_ALL_APPS
=
getReleaseFlag
(
270394468
,
"ENABLE_SHOW_KEYBOARD_OPTION_IN_ALL_APPS"
,
true
,
270394468
,
"ENABLE_SHOW_KEYBOARD_OPTION_IN_ALL_APPS"
,
true
,
"Enable option to show keyboard when going to all-apps"
);
"Enable option to show keyboard when going to all-apps"
);
...
@@ -354,10 +350,6 @@ public final class FeatureFlags {
...
@@ -354,10 +350,6 @@ public final class FeatureFlags {
"Enable the ability to generate monochromatic icons, if it is not provided by the app"
"Enable the ability to generate monochromatic icons, if it is not provided by the app"
);
);
public
static
final
BooleanFlag
ENABLE_DREAM_TRANSITION
=
getDebugFlag
(
270396364
,
"ENABLE_DREAM_TRANSITION"
,
true
,
"Enable the launcher transition when the device enters a dream"
);
public
static
final
BooleanFlag
ENABLE_TASKBAR_EDU_TOOLTIP
=
getDebugFlag
(
270396268
,
public
static
final
BooleanFlag
ENABLE_TASKBAR_EDU_TOOLTIP
=
getDebugFlag
(
270396268
,
"ENABLE_TASKBAR_EDU_TOOLTIP"
,
true
,
"ENABLE_TASKBAR_EDU_TOOLTIP"
,
true
,
"Enable the tooltip version of the Taskbar education flow."
);
"Enable the tooltip version of the Taskbar education flow."
);
...
@@ -384,10 +376,6 @@ public final class FeatureFlags {
...
@@ -384,10 +376,6 @@ public final class FeatureFlags {
"ENABLE_KEYBOARD_QUICK_SWITCH"
,
false
,
"ENABLE_KEYBOARD_QUICK_SWITCH"
,
false
,
"Enables keyboard quick switching"
);
"Enables keyboard quick switching"
);
public
static
final
BooleanFlag
ENABLE_SMARTSPACE_DEFAULT_DATE_REMOVED
=
getDebugFlag
(
269761613
,
"ENABLE_SMARTSPACE_DEFAULT_DATE_REMOVED"
,
false
,
"Enables remove smartspace default date"
);
public
static
class
BooleanFlag
{
public
static
class
BooleanFlag
{
private
final
boolean
mCurrentValue
;
private
final
boolean
mCurrentValue
;
...
...
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