Update AndroidManifest.xml

This commit is contained in:
Mohit 2021-03-07 18:22:39 +05:30
parent e57df974d6
commit fcecfb9c52

View File

@ -24,7 +24,6 @@
<intent-filter> <intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" /> <action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent-filter> </intent-filter>
</receiver> </receiver>