0

我有一个已编译的 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的快捷方式?当然没有代码修改

4

1 回答 1

0

我找到的解决方案是:

反编译Launcher.apk也。
重新组织 XML 文件中的图标位置。
重新编译并签署 APK。

它工作正常。

于 2014-09-16T20:07:10.877 回答