Fix some Dashboard top categories not showing for Search
- fix Date & time / Printing / Security See bug: #12910134 Implement Search into the Settings App Change-Id: I7e96eb35a6802fde7589ccfe244e71f8be43dea8
This commit is contained in:
@@ -699,7 +699,10 @@ public class SecuritySettings extends SettingsPreferenceFragment
|
||||
|
||||
final String screenTitle = res.getString(R.string.security_settings_title);
|
||||
|
||||
SearchIndexableRaw data;
|
||||
SearchIndexableRaw data = new SearchIndexableRaw(context);
|
||||
data.title = screenTitle;
|
||||
data.screenTitle = screenTitle;
|
||||
result.add(data);
|
||||
|
||||
if (!mIsPrimary) {
|
||||
int resId = (UserManager.get(context).isLinkedUser()) ?
|
||||
|
Reference in New Issue
Block a user