fd17df80a8
Kotlin/Compose client for F7cloud (mail, files, talk, calendar, contacts, tasks, support). Current version: 0.5.113 (build 121).
17 lines
593 B
XML
17 lines
593 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<application>
|
|
<service
|
|
android:name=".F7FirebaseMessagingService"
|
|
android:directBootAware="true"
|
|
android:exported="false">
|
|
<intent-filter android:priority="1">
|
|
<action android:name="com.google.firebase.MESSAGING_EVENT" />
|
|
</intent-filter>
|
|
</service>
|
|
<receiver
|
|
android:name=".F7CallActionReceiver"
|
|
android:exported="false" />
|
|
</application>
|
|
</manifest>
|