Skip to content

Commit 5b33dda

Browse files
committed
Addressing comments in #6705 -- Add intent to manifest
1 parent dbdcb2b commit 5b33dda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

firebase-appdistribution/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
2222
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
2323

24+
<queries>
25+
<intent>
26+
<action android:name="android.support.customtabs.action.CustomTabsService" />
27+
</intent>
28+
</queries>
29+
2430
<application>
2531
<service
2632
android:name="com.google.firebase.components.ComponentDiscoveryService"

0 commit comments

Comments
 (0)