Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MobileManager
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wang Xu
MobileManager
Commits
dea8f3e9
Commit
dea8f3e9
authored
Apr 08, 2020
by
Baoxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: 修改文字提示/图标丢失
parent
8affeeed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
strings.xml
Launcher3/res/values/strings.xml
+1
-3
Launcher.java
Launcher3/src/com/android/launcher3/Launcher.java
+2
-2
No files found.
Launcher3/res/values/strings.xml
View file @
dea8f3e9
...
@@ -339,7 +339,7 @@
...
@@ -339,7 +339,7 @@
<string
name=
"edu_item_wlan"
>
WLAN设置
</string>
<string
name=
"edu_item_wlan"
>
WLAN设置
</string>
<string
name=
"edu_item_appuse"
>
应用使用情况
</string>
<string
name=
"edu_item_appuse"
>
应用使用情况
</string>
<string
name=
"edu_item_about"
>
关于
</string>
<string
name=
"edu_item_about"
>
关于
</string>
<string
name=
"edu_item_buy"
>
购买
</string>
<string
name=
"edu_item_buy"
>
购买
方式
</string>
<string
name=
"edu_item_pwd_manager"
>
密码管理
</string>
<string
name=
"edu_item_pwd_manager"
>
密码管理
</string>
<string
name=
"edu_item_privacy"
>
隐私条款
</string>
<string
name=
"edu_item_privacy"
>
隐私条款
</string>
<string
name=
"edu_item_unique"
>
唯一标识
</string>
<string
name=
"edu_item_unique"
>
唯一标识
</string>
...
@@ -385,6 +385,4 @@
...
@@ -385,6 +385,4 @@
<string
name=
"edu_item_app_use_total"
>
使用总时长: %1$s分钟
</string>
<string
name=
"edu_item_app_use_total"
>
使用总时长: %1$s分钟
</string>
</resources>
</resources>
Launcher3/src/com/android/launcher3/Launcher.java
View file @
dea8f3e9
...
@@ -197,7 +197,7 @@ public class Launcher extends BaseActivity
...
@@ -197,7 +197,7 @@ public class Launcher extends BaseActivity
implements
LauncherExterns
,
View
.
OnClickListener
,
OnLongClickListener
,
implements
LauncherExterns
,
View
.
OnClickListener
,
OnLongClickListener
,
LauncherModel
.
Callbacks
,
View
.
OnTouchListener
,
LauncherProviderChangeListener
,
LauncherModel
.
Callbacks
,
View
.
OnTouchListener
,
LauncherProviderChangeListener
,
AccessibilityManager
.
AccessibilityStateChangeListener
{
AccessibilityManager
.
AccessibilityStateChangeListener
{
public
static
final
String
TAG
=
"Launcher"
;
public
static
final
String
TAG
=
"Launcher
.Launcher
"
;
private
static
final
String
ACTION_CHANGE_WALLPAPER
=
"action_change_wallpaper"
;
private
static
final
String
ACTION_CHANGE_WALLPAPER
=
"action_change_wallpaper"
;
static
final
boolean
LOGD
=
false
;
static
final
boolean
LOGD
=
false
;
...
@@ -1190,7 +1190,6 @@ public class Launcher extends BaseActivity
...
@@ -1190,7 +1190,6 @@ public class Launcher extends BaseActivity
mMoveToDefaultScreenFromNewIntent
=
false
;
mMoveToDefaultScreenFromNewIntent
=
false
;
updateInteraction
(
Workspace
.
State
.
NORMAL
,
mWorkspace
.
getState
());
updateInteraction
(
Workspace
.
State
.
NORMAL
,
mWorkspace
.
getState
());
mWorkspace
.
onResume
();
mWorkspace
.
onResume
();
if
(!
isWorkspaceLoading
())
{
if
(!
isWorkspaceLoading
())
{
// Process any items that were added while Launcher was away.
// Process any items that were added while Launcher was away.
InstallShortcutReceiver
.
disableAndFlushInstallQueue
(
this
);
InstallShortcutReceiver
.
disableAndFlushInstallQueue
(
this
);
...
@@ -2583,6 +2582,7 @@ public class Launcher extends BaseActivity
...
@@ -2583,6 +2582,7 @@ public class Launcher extends BaseActivity
}
}
}
else
if
(
isAppsViewVisible
())
{
}
else
if
(
isAppsViewVisible
())
{
ued
.
logActionCommand
(
Action
.
Command
.
BACK
,
ContainerType
.
ALLAPPS
);
ued
.
logActionCommand
(
Action
.
Command
.
BACK
,
ContainerType
.
ALLAPPS
);
forceReload
();
showWorkspace
(
true
);
showWorkspace
(
true
);
}
else
if
(
isWidgetsViewVisible
())
{
}
else
if
(
isWidgetsViewVisible
())
{
ued
.
logActionCommand
(
Action
.
Command
.
BACK
,
ContainerType
.
WIDGETS
);
ued
.
logActionCommand
(
Action
.
Command
.
BACK
,
ContainerType
.
WIDGETS
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment