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

Unverified Commit 3b818a61 authored by DaVinci9196's avatar DaVinci9196 Committed by GitHub
Browse files

Vending: Add deep link handler (#2909)

parent 627ab099
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -109,6 +109,12 @@
            </intent-filter>
        </activity>

        <activity-alias
            android:name="com.google.android.finsky.activities.MarketDeepLinkHandlerActivity"
            android:exported="true"
            android:targetActivity="org.microg.vending.MarketIntentRedirect">
        </activity-alias>

        <activity
            android:name="org.microg.vending.MarketIntentRedirect"
            android:theme="@style/Theme.Dialog.NoActionBar"