Quote:
Originally Posted by TidusWulf
Can this be done?
|
It is doable but a very bad idea. Better to stick with a
proper launcher or find a launcher that does nothing but starts the activity you want (in this case org.koreader.launcher)
Edit: by doable I mean: adding
Code:
<category android:name="android.intent.category.HOME"/>
after the line
https://github.com/koreader/android-...t/base.xml#L40 and building from source.
I repeat, very, very bad idea.