Files
TaskTracker/android/app/src/profile/AndroidManifest.xml
warlock d4dd0864fa Init
2022-02-20 04:29:06 +05:30

8 lines
345 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.Xperience.TaskTracker.tasktracker">
<!-- 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"/>
</manifest>