我有一个已编译的APK和我的解决方法,以便在主屏幕上创建一个快捷方式:
1- Decode the apk with apktool.jar
2- Modify AndroidManifest (add the <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /> )
3- Recompile the apk and put it in the system.img
4- with yaffey tool i replaced the file and calculate the CRC.
闪烁智能手机后,主屏幕上没有创建快捷方式?有没有办法放置预装APK的快捷方式?当然没有代码修改
答案 0 :(得分:0)
我找到的解决方案是:
同时反编译
Launcher.apk
重新组织XML文件中的图标位置 重新编译&amp;签署APK。
工作正常。