qpython-android / qpython

QPython is an Android Python engine primarily designed for Python and AI learners. It offers a range of impressive features to enhance Python programming experience.
https://www.qpython.org
1.04k stars 192 forks source link

How start a Activity with the comand am, How QPython customize the API SL4A Android Facade #150

Closed oleksis closed 4 years ago

oleksis commented 5 years ago

How start a Activity with the comand (for example):

"am start" -a {packageName}.action.LAUNCH_SERVER --ei {packageName}.extra.USE_SERVICE_PORT '36047' {packageName}.activity.QPyScriptServiceLauncher

If only i want launch QPython RPC Server for Android Facade with external application script

=================================

How QPython customize the API SL4A Android Facade method notify( title, message, url ) which start web browser intent when the user clicks in Notification

Thanks and sorry for my English...

oleksis commented 5 years ago

Related Issue too in: https://github.com/qpython-android/qpython/issues/136