We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdcb2b commit 5b33ddaCopy full SHA for 5b33dda
firebase-appdistribution/src/main/AndroidManifest.xml
@@ -21,6 +21,12 @@
21
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
22
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
23
24
+ <queries>
25
+ <intent>
26
+ <action android:name="android.support.customtabs.action.CustomTabsService" />
27
+ </intent>
28
+ </queries>
29
+
30
<application>
31
<service
32
android:name="com.google.firebase.components.ComponentDiscoveryService"
0 commit comments