Link Search Menu Expand Document

Root.ExternalIntent Event


This event occurs when Biz / Browser AI receives an intent that meets the following conditions.

・ action = “jp.co.axissoft.biz.external.EXTERNAL_INTENT”

・ data = No provision (If specified, please note that other apps may be displayed as receivable depending on the value and the environment of the terminal)

・ category = “android.intent.category.DEFAULT”

If this intent is received while Biz / Browser is not running, Biz / Browser will not be started, CRS will be executed, or loaded.

Also, this event does not occur except for a security level of 0 (lowest).

The following child objects are attached to the Event object.

Type Name Description
Intent extIntent The received intent. See Intent class for details. Use the Intent.putExtra method in the intent source app When data is stored, it can be obtained by using the Intent.getExtra method.


Can only be used in AI
Added since AI Ver.1.0.2