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

Commit a4eef629 authored by Fan Zhang's avatar Fan Zhang
Browse files

Remove "add another fingerprint" suggestion

Fixes: 124828278
Test: visual
Change-Id: Ia224a2d724fbc001aecb99c6c243523a591a50ec
parent f0c3c843
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -1574,19 +1574,12 @@
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
            </intent-filter>
            <meta-data android:name="com.android.settings.dismiss"
                android:value="5,9,30" />
            <meta-data android:name="com.android.settings.require_feature"
                android:value="android.hardware.fingerprint" />
            <meta-data android:name="com.android.settings.title"
                android:resource="@string/suggestion_additional_fingerprints" />
            <meta-data android:name="com.android.settings.summary"
                android:resource="@string/suggestion_additional_fingerprints_summary" />
            <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
        </activity>

        <!-- Note this must not be exported since it returns the password in the intent -->
@@ -1650,8 +1643,7 @@
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
            </intent-filter>
            <meta-data android:name="com.android.settings.dismiss"
                       android:value="2,6,30" />
            <meta-data android:name="com.android.settings.dismiss" android:value="2," />
            <meta-data android:name="com.android.settings.require_feature"
                android:value="android.hardware.fingerprint" />
            <meta-data android:name="com.android.settings.title"