Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 581b9b43 authored by Chaitanya Cheemala (xWF)'s avatar Chaitanya Cheemala (xWF) Committed by Android (Google) Code Review
Browse files

Revert "Add intent filters for NfcTagAppsSettings"

This reverts commit 2a41717b.

Reason for revert: Likely culprit for b/379618293  - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Change-Id: I8988203a5bfa7a8e000e7833bca812d04ba30d12
parent 2a41717b
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -5372,23 +5372,6 @@
            </intent-filter>
        </receiver>

        <activity
            android:name="Settings$ChangeNfcTagAppsActivity"
            android:exported="true"
            android:label="@string/change_nfc_tag_apps_title">
            <intent-filter android:priority="1">
                <action android:name="android.nfc.action.CHANGE_TAG_INTENT_PREFERENCE" />
                <category android:name="android.intent.category.BROWSABLE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.applications.manageapplications.ManageApplications" />
            <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
                       android:value="@string/menu_key_apps"/>
            <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
                       android:value="true" />
        </activity>

        <!-- This is the longest AndroidManifest.xml ever. -->
    </application>
</manifest>