|
|
|
@ -8,8 +8,7 @@
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
|
|
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
|
|
|
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
|
|
|
|
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
|
|
|
|
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" tools:node="remove" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Required only if your app needs to access videos
|
|
|
|
<!-- Required only if your app needs to access videos
|
|
|
|
that other apps created. -->
|
|
|
|
that other apps created. -->
|
|
|
|
@ -19,7 +18,6 @@
|
|
|
|
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
|
|
|
|
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
<!-- <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />-->
|
|
|
|
|
|
|
|
<!-- Chat Web RTC Calling -->
|
|
|
|
<!-- Chat Web RTC Calling -->
|
|
|
|
<uses-feature android:name="android.hardware.camera" />
|
|
|
|
<uses-feature android:name="android.hardware.camera" />
|
|
|
|
<uses-feature android:name="android.hardware.camera.autofocus" />
|
|
|
|
<uses-feature android:name="android.hardware.camera.autofocus" />
|
|
|
|
@ -40,33 +38,22 @@
|
|
|
|
android:name="androidx.core.content.FileProvider"
|
|
|
|
android:name="androidx.core.content.FileProvider"
|
|
|
|
android:authorities="${applicationId}.fileProvider"
|
|
|
|
android:authorities="${applicationId}.fileProvider"
|
|
|
|
android:exported="false"
|
|
|
|
android:exported="false"
|
|
|
|
android:grantUriPermissions="true"
|
|
|
|
android:grantUriPermissions="true">
|
|
|
|
tools:replace="android:authorities">
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
<meta-data
|
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
|
android:resource="@xml/filepaths"
|
|
|
|
android:resource="@xml/filepaths" />
|
|
|
|
tools:replace="android:resource" />
|
|
|
|
|
|
|
|
</provider>
|
|
|
|
</provider>
|
|
|
|
<activity
|
|
|
|
<activity
|
|
|
|
android:name=".MainActivity"
|
|
|
|
android:name="hmg.cloudSolutions.mohem.MainActivity"
|
|
|
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
|
|
|
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
|
|
|
android:exported="true"
|
|
|
|
android:exported="true"
|
|
|
|
android:hardwareAccelerated="true"
|
|
|
|
android:hardwareAccelerated="true"
|
|
|
|
android:launchMode="singleTop"
|
|
|
|
android:launchMode="singleTop"
|
|
|
|
android:theme="@style/LaunchTheme"
|
|
|
|
android:theme="@style/LaunchTheme"
|
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
|
<!-- Specifies an Android theme to apply to this Activity as soon as
|
|
|
|
|
|
|
|
the Android process has started. This theme is visible to the user
|
|
|
|
|
|
|
|
while the Flutter UI initializes. After that, this theme continues
|
|
|
|
|
|
|
|
to determine the Window background behind the Flutter UI. -->
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
<meta-data
|
|
|
|
android:name="io.flutter.embedding.android.NormalTheme"
|
|
|
|
android:name="io.flutter.embedding.android.NormalTheme"
|
|
|
|
android:resource="@style/NormalTheme" />
|
|
|
|
android:resource="@style/NormalTheme" />
|
|
|
|
<!-- Displays an Android View that continues showing the launch screen
|
|
|
|
|
|
|
|
Drawable until Flutter paints its first frame, then this splash
|
|
|
|
|
|
|
|
screen fades out. A splash screen is useful to avoid any visual
|
|
|
|
|
|
|
|
gap between the end of Android's launch screen and the painting of
|
|
|
|
|
|
|
|
Flutter's first frame. -->
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
<meta-data
|
|
|
|
android:name="io.flutter.embedding.android.SplashScreenDrawable"
|
|
|
|
android:name="io.flutter.embedding.android.SplashScreenDrawable"
|
|
|
|
android:resource="@drawable/launch_background" />
|
|
|
|
android:resource="@drawable/launch_background" />
|
|
|
|
@ -80,11 +67,8 @@
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
</activity>
|
|
|
|
<!-- Don't delete the meta-data below.
|
|
|
|
|
|
|
|
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
|
|
|
|
|
|
|
<meta-data
|
|
|
|
<meta-data
|
|
|
|
android:name="flutterEmbedding"
|
|
|
|
android:name="flutterEmbedding"
|
|
|
|
android:value="2" />
|
|
|
|
android:value="2" />
|
|
|
|
|
|
|
|
|
|
|
|
</application>
|
|
|
|
</application>
|
|
|
|
</manifest>
|
|
|
|
</manifest>
|