|
|
|
@ -51,14 +51,6 @@
|
|
|
|
|
<action android:name="FLUTTER_NOTIFICATION_CLICK" />
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
<data
|
|
|
|
|
android:scheme="im.fluffychat" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
@ -77,7 +69,7 @@
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
<data android:scheme="im.fluffychat" />
|
|
|
|
|
<data android:scheme="im.fluffychat" android:host="chat" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="android.intent.action.SEND" />
|
|
|
|
@ -99,16 +91,23 @@
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
<data android:mimeType="video/*" />
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<activity android:name="com.linusu.flutter_web_auth.CallbackActivity" >
|
|
|
|
|
<intent-filter android:label="flutter_web_auth">
|
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
<data android:scheme="im.fluffychat" android:host="login"/>
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
|
|
<!-- <service android:name=".FcmPushService"
|
|
|
|
|
<service android:name=".FcmPushService"
|
|
|
|
|
android:exported="false">
|
|
|
|
|
<intent-filter>
|
|
|
|
|
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</service> -->
|
|
|
|
|
</service>
|
|
|
|
|
|
|
|
|
|
<receiver android:exported="true" android:enabled="true" android:name=".UnifiedPushReceiver">
|
|
|
|
|
<intent-filter>
|
|
|
|
|