Loading src/com/android/settings/intelligence/search/query/InstalledAppResultTask.java +7 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,13 @@ public class InstalledAppResultTask extends SearchQueryTask.QueryWorker { continue; } // Resource overlays (e.g. icon packs) add no useful info or settings, showing // them clutters the results and can lead to assumptions (like gestures working // on a device with hw keys) if (info.isResourceOverlay()) { continue; } final Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) .setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) .setData( Loading Loading
src/com/android/settings/intelligence/search/query/InstalledAppResultTask.java +7 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,13 @@ public class InstalledAppResultTask extends SearchQueryTask.QueryWorker { continue; } // Resource overlays (e.g. icon packs) add no useful info or settings, showing // them clutters the results and can lead to assumptions (like gestures working // on a device with hw keys) if (info.isResourceOverlay()) { continue; } final Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) .setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) .setData( Loading