Merge "Fix ACTION_NFCSHARING_SETTINGS. Add ACTION_NFC_SETTINGS." into ics-mr0
This commit is contained in:
@@ -94,6 +94,7 @@
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.settings.WIRELESS_SETTINGS" />
|
||||
<action android:name="android.settings.AIRPLANE_MODE_SETTINGS" />
|
||||
<action android:name="android.settings.NFC_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||
</intent-filter>
|
||||
@@ -979,11 +980,11 @@
|
||||
android:clearTaskOnLaunch="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.settings.ANDROID_BEAM_SETTINGS" />
|
||||
<action android:name="android.settings.NFCSHARING_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||
android:value="com.android.settings.nfc.NdefPush" />
|
||||
android:value="com.android.settings.nfc.AndroidBeam" />
|
||||
</activity>
|
||||
|
||||
<!-- Accessibility tutorial -->
|
||||
|
Reference in New Issue
Block a user