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

Commit 97d11958 authored by Bjorn Bringert's avatar Bjorn Bringert Committed by Android (Google) Code Review
Browse files

Merge "Make SearchManager.getGlobalSearchActivity() public but hidden"

parents 28039a6f 38015f36
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1838,8 +1838,10 @@ public class SearchManager
     *
     * TODO: Doing this every time we start global search is inefficient. Will fix that once
     * we have settled on the right mechanism for finding the global search activity.
     *
     * @hide
     */
    private ComponentName getGlobalSearchActivity() {
    public ComponentName getGlobalSearchActivity() {
        Intent intent = new Intent(INTENT_ACTION_GLOBAL_SEARCH);
        PackageManager pm = mContext.getPackageManager();
        List<ResolveInfo> activities =