Skip to content
Snippets Groups Projects

Mobile app initial implementation.

Merged Igor Markin requested to merge 3-android-mobile-app-web-view into master
Files
86
+ 7
0
 
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 
package="com.vereign.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