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

am: 0bf520852d

Change-Id: I12c93a08b0e93b4e7d527a8cf60505ad5b73c6a5
This commit is contained in:
Suprabh Shukla
2017-04-21 21:45:30 +00:00
committed by android-build-merger

View File

@@ -2849,7 +2849,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"
@@ -2860,7 +2860,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>