mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-12 05:10:52 +02:00
10 lines
333 B
XML
10 lines
333 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
|
|
|
<application>
|
|
<receiver
|
|
android:name="expo.modules.astradesktopremotesession.AstraDesktopRemoteSessionReceiver"
|
|
android:exported="false" />
|
|
</application>
|
|
</manifest>
|