14 lines
627 B
XML
14 lines
627 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.freaccess.hub">
|
|
<!-- Flutter needs it to communicate with the running application
|
|
to allow setting breakpoints, to provide hot reload, etc.
|
|
-->
|
|
<uses-permission android:name="android.permission.INTERNET"/>
|
|
<meta-data
|
|
android:name="com.google.firebase.messaging.default_notification_icon"
|
|
android:resource="@drawable/notification_icon" />
|
|
<meta-data
|
|
android:name="com.google.firebase.messaging.default_notification_channel_id"
|
|
android:value="@string/default_notification_channel_id"/>
|
|
</manifest>
|