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

Commit a8d8a148 authored by Stanley Wang's avatar Stanley Wang Committed by Automerger Merge Worker
Browse files

Allow AOSP SettingsIntelligence to have visibility of apps am: b151fd44 am: e040e075

parents 21fb5264 e040e075
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -28,6 +28,15 @@

    <uses-sdk android:targetSdkVersion="31" />

    <queries>
        <intent>
            <action android:name="android.intent.action.MAIN"/>
        </intent>
        <intent>
            <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
        </intent>
    </queries>

    <application
        android:label="@string/app_name_settings_intelligence"
        android:icon="@mipmap/ic_launcher"