Available Intents
Last updated
To clear all the cookies in the BlueFletch Browser, issue the following broadcast intent:
Action: com.bluefletch.ems.browser.CLEAR_COOKIES
Type: Broadcast
Extras: None
ADB example:
adb shell am broadcast -a "com.bluefletch.ems.browser.CLEAR_COOKIES"To close all open browser windows, issue the following broadcast intent:
Action: com.bluefletch.ems.browser.CLOSE_BROWSER
Type: Broadcast
Extras: None
ADB example:
adb shell am broadcast -a "com.bluefletch.ems.browser.CLOSE_BROWSER"To set a specific configuration value:
Action: com.bluefletch.ems.browser.ACTION_SET_CONFIG
Type: Action
Extras: Key - Value pairs of the configuration key and value
ADB example:
To set a specific configuration value:
Action: com.bluefletch.ems.browser.ACTION_RESET_CONFIG
Type: Action
Extras: None
ADB example:
Last updated
adb shell am start -a com.bluefletch.ems.browser.ACTION_SET_CONFIG --es showTitle "true"adb shell am start -a com.bluefletch.ems.browser.ACTION_RESET_CONFIG