-
Notifications
You must be signed in to change notification settings - Fork 17
SL4A AndroidFacade
michael edited this page Nov 9, 2015
·
3 revisions
Some general purpose Android routines.
Intents Intents are returned as a map, in the following form:
- action - action.
- data - url
- type - mime type
- packagename - name of package. If used, requires classname to be useful (optional)
- classname - name of class. If used, requires packagename to be useful (optional)
- categories - list of categories
- extras - map of extras
- flags - integer flags.
An intent can be built using the makeIntent call, but can also be constructed exterally.