Custom Intents
This Launcher feature invokes Android Intents during certain device or user actions.
Last updated
This Launcher feature invokes Android Intents during certain device or user actions.
Last updated
The BlueFletch Launcher's Custom Intent capability is a means of triggering actions that will repeat when a certain device state is true. Custom Intents eases the efforts of administrators and users alike by automating app activities to occur at a predictable time, such as login, logout, boot, or cradle. Launcher can invoke Android intents to do anything from opening a particular app each time a certain user group logs in, to muting the audio ten seconds after a device is cradled.
Custom Intents can be invoked on these :
Pre Login
Login
Logout
Post Logout
Boot
Device Uncradled
Device Cradled
Device Screen On
Motion Lock Enter
Motion Lock Exit
Site Changed
When a device event occurs, its array of intents can be made up of:
- Intents directly provided by Android, such as starting an application or sending a broadcast.
- Intents customized by BlueFletch to build off of Android's standard intents.
- Custom Intents support replacement variables so the intent can dynamically respond to data from the device.
- Custom Intents can be filtered to only run in a subset of scenarios, based on criteria.
For configuration details and examples, consult the for this feature.