Loading AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -2853,7 +2853,7 @@ android:label="@string/install_other_apps" android:taskAffinity=""> <intent-filter android:priority="1"> <action android:name="android.settings.action.MANAGE_EXTERNAL_SOURCES" /> <action android:name="android.settings.action.MANAGE_UNKNOWN_APP_SOURCES" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> <meta-data android:name="com.android.settings.FRAGMENT_CLASS" Loading @@ -2864,7 +2864,7 @@ android:label="@string/install_other_apps" android:taskAffinity=""> <intent-filter android:priority="1"> <action android:name="android.settings.action.MANAGE_EXTERNAL_SOURCES" /> <action android:name="android.settings.action.MANAGE_UNKNOWN_APP_SOURCES" /> <category android:name="android.intent.category.DEFAULT" /> <data android:scheme="package" /> </intent-filter> Loading tests/app/src/com/android/settings/applications/ExternalSourcesSettingsTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public class ExternalSourcesSettingsTest { private Intent createManageExternalSourcesListIntent() { final Intent manageExternalSourcesIntent = new Intent(); manageExternalSourcesIntent.setAction(Settings.ACTION_MANAGE_EXTERNAL_SOURCES); manageExternalSourcesIntent.setAction(Settings.ACTION_MANAGE_UNKNOWN_APP_SOURCES); return manageExternalSourcesIntent; } Loading Loading
AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -2853,7 +2853,7 @@ android:label="@string/install_other_apps" android:taskAffinity=""> <intent-filter android:priority="1"> <action android:name="android.settings.action.MANAGE_EXTERNAL_SOURCES" /> <action android:name="android.settings.action.MANAGE_UNKNOWN_APP_SOURCES" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> <meta-data android:name="com.android.settings.FRAGMENT_CLASS" Loading @@ -2864,7 +2864,7 @@ android:label="@string/install_other_apps" android:taskAffinity=""> <intent-filter android:priority="1"> <action android:name="android.settings.action.MANAGE_EXTERNAL_SOURCES" /> <action android:name="android.settings.action.MANAGE_UNKNOWN_APP_SOURCES" /> <category android:name="android.intent.category.DEFAULT" /> <data android:scheme="package" /> </intent-filter> Loading
tests/app/src/com/android/settings/applications/ExternalSourcesSettingsTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -93,7 +93,7 @@ public class ExternalSourcesSettingsTest { private Intent createManageExternalSourcesListIntent() { final Intent manageExternalSourcesIntent = new Intent(); manageExternalSourcesIntent.setAction(Settings.ACTION_MANAGE_EXTERNAL_SOURCES); manageExternalSourcesIntent.setAction(Settings.ACTION_MANAGE_UNKNOWN_APP_SOURCES); return manageExternalSourcesIntent; } Loading