117
Customize Project Configuration
The following example uses “cipherlab.intent.action.Test” as the name of the intent to be
launched.
android:name=".MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="cipherlab.intent.action.Test" />
<category
android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Click the radio button to select “
Launch Activity with Intent” and enter
“
cipherlab.intent.action.Test”, then click on “Apply” button.
Once the action is set, your application can be launched with a key press.