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

Commit 0bf52085 authored by Suprabh Shukla's avatar Suprabh Shukla Committed by android-build-merger
Browse files

Merge "Renaming intent action manage unknown sources" into oc-dev

am: d796fda4

Change-Id: I5b477a803bbfae04819abc6d9d8169781a134a99
parents 63d9ad3d d796fda4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2848,7 +2848,7 @@
                android:label="@string/install_other_apps"
                android:taskAffinity="">
            <intent-filter android:priority="1">
                <action android:name="android.settings.action.MANAGE_UNKNOWN_APP_SOURCES" />
                <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
@@ -2859,7 +2859,7 @@
                  android:label="@string/install_other_apps"
                  android:taskAffinity="">
            <intent-filter android:priority="1">
                <action android:name="android.settings.action.MANAGE_UNKNOWN_APP_SOURCES" />
                <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="package" />
            </intent-filter>