Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL

Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL intents to manifest.
This commit is contained in:
Hung-ying Tyan
2009-07-04 10:16:07 +08:00
parent 6a0544be5c
commit d40b9c5dff

View File

@@ -276,6 +276,8 @@
<action android:name="android.intent.action.MAIN" />
<action android:name="android.settings.SECURITY_SETTINGS" />
<action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
<action android:name="android.security.ADD_CREDENTIAL" />
<action android:name="android.security.UNLOCK_CREDENTIAL_STORAGE" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.VOICE_LAUNCH" />
<category android:name="com.android.settings.SHORTCUT" />