Files
astra-mobile/modules/astra-desktop-remote-session/android/src/main/AndroidManifest.xml
T
2026-07-01 00:43:51 -04:00

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>