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