| 1. |
Are Scripts First-class Apps From The Point Of View Of The System? |
|
Answer» Yes, mostly. You can invoke arbitrary intents and there are also plans to support broadcast RECEIVER scripts. That is, you could write an APP that CONSUMES photos and shows up in the list of apps when the user presses Share in the Camera app. It is not currently possible to write a SCRIPT that will exit with a result (e.g. another Android activity starts your activity for result). Yes, mostly. You can invoke arbitrary intents and there are also plans to support broadcast receiver scripts. That is, you could write an app that consumes photos and shows up in the list of apps when the user presses Share in the Camera app. It is not currently possible to write a script that will exit with a result (e.g. another Android activity starts your activity for result). |
|