Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
石璀亮
/
turingos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 255a3075
authored
Aug 19, 2019
by
cuiliang.shi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打开应用 新增系统APP
1 parent
598076ec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
app/src/main/java/com/toscl/turingos/util/SkillsSlotUtil.java
app/src/main/java/com/toscl/turingos/util/SkillsSlotUtil.java
View file @
255a307
...
...
@@ -119,6 +119,15 @@ public class SkillsSlotUtil {
appMap
.
put
(
getAppInfo
(
app
,
context
).
getAppLabel
(),
getAppInfo
(
app
,
context
).
getPkgName
());
appInfos
.
add
(
getAppInfo
(
app
,
context
));
}
appMap
.
put
(
"联系人"
,
"com.sprd.simple.launcher/dx.com.contactforlaunch.ui.ContactListActivity"
);
appMap
.
put
(
"收音机"
,
"com.android.fmradio/com.android.fmradio.FmMainActivity"
);
appMap
.
put
(
"音乐播放器"
,
"com.android.music/com.android.music.MusicBrowserActivity"
);
appMap
.
put
(
"紧急呼叫"
,
"com.android.sos/com.android.sos.SosActivity"
);
appMap
.
put
(
"亲情号码"
,
"com.sprd.simple.launcher/com.nb.dq.family.FamilyActivity"
);
appMap
.
put
(
"通话记录"
,
"com.sprd.simple.launcher/dx.com.contactforlaunch.ui.CallCenterActivity"
);
appMap
.
put
(
"相机"
,
"com.mediatek.camera/com.mediatek.camera.CameraLauncher"
);
//mlistAppInfo = appInfos;
return
appMap
;
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment