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