Loading packages/DynamicSystemInstallationService/AndroidManifest.xml +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ <intent-filter> <action android:name="android.os.image.action.START_INSTALL" /> <category android:name="android.intent.category.DEFAULT" /> <data android:scheme="content" /> <data android:scheme="file" /> <data android:scheme="http" /> <data android:scheme="https" /> </intent-filter> </activity> Loading Loading
packages/DynamicSystemInstallationService/AndroidManifest.xml +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ <intent-filter> <action android:name="android.os.image.action.START_INSTALL" /> <category android:name="android.intent.category.DEFAULT" /> <data android:scheme="content" /> <data android:scheme="file" /> <data android:scheme="http" /> <data android:scheme="https" /> </intent-filter> </activity> Loading