Pydroid language Python

Here is my problem : I search to open an app with Pydroid (in python) with code in a phone. The app is called Mistplay and the file path is /data/app/com.mistplay.mistplay-1/base.apk
Can someone say me what I must to write to automate and open the app ?
Thank you !

You’d need to open the app’s source code, not the APK package. But for all I can see Mistplay is some proprietary app, and it’s not even clear whether this was written in Python.

Also Pydroid is proprietary. So not sure how this all relates to F-Droid.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.