Add key to NFC search index option
Bug: 35657617 Test: manual Change-Id: If9350272f7e48b061dea2f0da75c3c5bcd0ee9ac
This commit is contained in:
@@ -152,6 +152,7 @@ public class PaymentSettings extends SettingsPreferenceFragment implements Index
|
||||
|
||||
// Add fragment title
|
||||
SearchIndexableRaw data = new SearchIndexableRaw(context);
|
||||
data.key = PAYMENT_KEY;
|
||||
data.title = res.getString(R.string.nfc_payment_settings_title);
|
||||
data.screenTitle = res.getString(R.string.nfc_payment_settings_title);
|
||||
data.keywords = res.getString(R.string.keywords_payment_settings);
|
||||
|
Reference in New Issue
Block a user