Skip to content
Snippets Groups Projects

Mobile app initial implementation.

Merged Igor Markin requested to merge 3-android-mobile-app-web-view into master
64 files
+ 1738
1
Compare changes
  • Side-by-side
  • Inline
Files
64
+ 7
0
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.vereign.mobile_app">
<!-- 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>
Loading