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

Commit 2508f7b9 authored by John Wu's avatar John Wu
Browse files

Update DynamicSystemInstallationService manifest

Add additional data specifications in VerificationActivity's
<intent-filter>.

Bug: 195988279
Test: atest CtsOsTestCases:DynamicSystemClientTest
Change-Id: Iabe53ed421ce23f0f7062e9b9d92c29c47cc98ab
parent cf2ef575
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>