java - How do I open another app programmatically in Android? -
what want simple, don't know if it's possible. want app open specific area of app. specific area of other app form; app contains information complete form. want app open form information in editable text boxes. know if possible?
the other app i'm trying open bitcoin client open source.
code: https://github.com/schildbach/bitcoin-wallet/ google play: https://play.google.com/store/apps/details?id=de.schildbach.wallet
if open app (the bitcoin client) , click on "send bitcoins", form i'm trying open appear. there 3 editable text boxes there , have information fill in app.
that's guys, hope knows.
ps: opened app using:
intent launchintent = getpackagemanager().getlaunchintentforpackage("de.schildbach.wallet"); startactivity(launchintent);
but didn't opened form, useless.
Comments
Post a Comment