Configure file to run on android device
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.linagora.android.tmail">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
||||
<uses-sdk tools:overrideLibrary="io.flutter.plugins.webviewflutter" />
|
||||
|
||||
<queries>
|
||||
<intent>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="https" />
|
||||
</intent>
|
||||
</queries>
|
||||
|
||||
<application
|
||||
android:label="TMail"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
|
||||
Reference in New Issue
Block a user