Dodaj live sync i kolejkę zdjęć

This commit is contained in:
admin
2026-07-01 10:59:21 +02:00
parent 06557e77b8
commit 9ba1b1fa13
23 changed files with 1039 additions and 17 deletions
+8
View File
@@ -30,5 +30,13 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
<service
android:name=".sync.DriverFirebaseMessagingService"
android:exported="false">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
</application>
</manifest>