View Single Post
Old 07-07-2022, 07:45 PM   #11
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,936
Karma: 17500001
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
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 View Post
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
Renate is offline   Reply With Quote