Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion firebase-auth/core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />

<application>
<service android:name="org.microg.gms.firebase.auth.FirebaseAuthService">
<service
android:name="org.microg.gms.firebase.auth.FirebaseAuthService"
android:process=":ui">
<intent-filter>
<action android:name="com.google.firebase.auth.api.gms.service.START" />
</intent-filter>
Expand Down
1 change: 1 addition & 0 deletions vending-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@

<activity
android:name="org.microg.vending.billing.ui.PlayWebViewActivity"
android:process=":ui"
android:exported="false" />

<service
Expand Down
Loading