Files
easy_cc_flutter/android/app/src/debug/AndroidManifest.xml
hmalik144 6913554696 - refactoring package name
- added icon for launcher
2022-10-09 12:15:48 +01:00

9 lines
418 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.appttude.h_mal.easycc">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool 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>