Merge "Remove "add another fingerprint" suggestion"
This commit is contained in:
committed by
Android (Google) Code Review
commit
306d3fc165
@@ -1575,19 +1575,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 -->
|
||||
@@ -1651,8 +1644,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"
|
||||
|
Reference in New Issue
Block a user