I dunno. Why don't you give it a file to open?
Code:
am start -n com.onyx.kreader/.ui.ReaderHomeActivity -d file:///sdcard/whatever.pdf
(You can shorten the Activity class name by the common bit of the package name. A dot must succeed the slash.)
Quote:
Originally Posted by llinfeng
Yet, when I go to the "Recent Programs" view, NeoReader is not there.
|
Because AndroidManifest.xml says:
Code:
activity
android:name=com.onyx.kreader.ui.ReaderHomeActivity
android:excludeFromRecents=true