Open an application by Android code

1
2
// Open an aplication from your code application
PackageManager packageManager = getPackageManager();
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Simple snippet that shows how to open an application from your app and how to run a specific activity from other app.

#android #application

#cesarnog

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.