Quote:
Originally Posted by prst1
What is the best way? 
|
Code:
<customAppDefinition name="app_kindle" title="Kindle">
<iconNormal>ic_kindle.png</iconNormal>
<iconPressed>ic_kindle.png</iconPressed>
<componentName package="com.amazon.kindle" class="com.amazon.kindle.UpgradePage" />
<intentAction>android.intent.action.MAIN</intentAction>
<intentCategory>android.intent.category.LAUNCHER</intentCategory>
</customAppDefinition>
btw, use this to extract the apk
Code:
apktool d package.apk
download it from here:
http://code.google.com/p/android-apktool/