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

Commit 9b678286 authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[ADI][25/N] Fix GooglePackageInstaller intent filter after renaming

FLAG: android.content.pm.verification_service
BUG: 360129657
BUG: 424442728
FIXES: 424442728
Test: manual
Change-Id: Iab5240f173d7e772b1a400752ade712234162d62
parent 5b687677
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter android:priority="1">
                <action android:name="android.content.pm.action.NOTIFY_VERIFICATION_INCOMPLETE" />
                <action android:name="android.content.pm.action.NOTIFY_DEVELOPER_VERIFICATION_INCOMPLETE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>