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

am: d796fda4bf

Change-Id: I5b477a803bbfae04819abc6d9d8169781a134a99
This commit is contained in:
Suprabh Shukla
2017-04-21 21:32:02 +00:00
committed by android-build-merger

View File

@@ -2848,7 +2848,7 @@
android:label="@string/install_other_apps" android:label="@string/install_other_apps"
android:taskAffinity=""> android:taskAffinity="">
<intent-filter android:priority="1"> <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" /> <category android:name="android.intent.category.DEFAULT" />
</intent-filter> </intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS" <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
@@ -2859,7 +2859,7 @@
android:label="@string/install_other_apps" android:label="@string/install_other_apps"
android:taskAffinity=""> android:taskAffinity="">
<intent-filter android:priority="1"> <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" /> <category android:name="android.intent.category.DEFAULT" />
<data android:scheme="package" /> <data android:scheme="package" />
</intent-filter> </intent-filter>