course-work/android/app/src/debug/AndroidManifest.xml

9 lines
416 B
XML
Raw Normal View History

2022-12-27 05:29:50 +00:00
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2022-12-27 05:32:27 +00:00
package="com.example.selfprivacy">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
2022-12-27 05:29:50 +00:00
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>