I'd like to use python scripts as plugins for an app I'm developing. This seems to be possible by interacting with android-scripting-environment (ASE), as is done by Locale, but I haven't found any documentation about this. How you execute ASE scripts from your own app?
feedback
|
|
It looks like the Locale "plugin" is just recieving a broadcasted The relevant bits are in com.google.ase.locale.LocaleReceiver. | |||
|
feedback
|