Monday, 1 November 2021

Launching on android WEBAPP with ADB

Is there a method to launch a web app using adb? The web app is created using manifest.json and save on android using chrome browser. I've tried to get the package name of the web application using adb shell pm list packages but nothing seems to match. I want to launch my web app this way adb shell am start -n com.package.name/com.package.name.ActivityName

I've also tried this way adb shell am start -a android.intent.action.VIEW -d "url". This works but it is not what I am looking for.



from Launching on android WEBAPP with ADB

No comments:

Post a Comment