<?xml version= "1.0" encoding= "Utf-8"? ><manifest xmlns:android= "Http://schemas.android.com/apk/res/android" Package= "Com.example.ender.mylauncher" > <Application Android:allowbackup= "true"Android:icon= "@mipmap/ic_launcher"Android:label= "@string/app_name"Android:supportsrtl= "true"Android:theme= "@style/apptheme" > <activity android:name= ". Mainactivity "> <intent-filter> <action android:name=" Android.intent.action.MAIN "/&G T <category android:name= "Android.intent.category.LAUNCHER"/> <category android:name= "Android. Intent.category.HOME "/> <category android:name=" Android.intent.category.DEFAULT "/> </intent-filter> </activity> </application></manifest>
Compile into apk and install, location in/data/app directory
Back up the/system/app directory to/system/apk
Clearly/system/app all the files
Copy the/data/app/mylauncher.apk to the/system/app.
chmod 777/system/app/mylaucher.apk
Reboot.
On the condition of android.4.2
Http://www.cnblogs.com/playing/archive/2011/04/13/2014705.html
Android Definition launch unique APK