feat: implement push ping receiver and one-shot sync fetch functionality

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-26 10:17:56 +10:00
parent c17e1c74ee
commit bc07974b4b
8 changed files with 163 additions and 93 deletions

View File

@@ -47,6 +47,15 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver
android:name=".PushPingReceiver"
android:exported="true">
<intent-filter>
<action android:name="org.unifiedpush.android.connector.MESSAGE" />
<action android:name="com.paarrot.app.ACTION_PUSH_PING" />
</intent-filter>
</receiver>
</application>
<!-- Permissions -->