First Commit

This commit is contained in:
developerraman
2020-10-18 00:03:10 -07:00
parent f8c5603578
commit cff90da71f
36 changed files with 1512 additions and 977 deletions

View File

@@ -9,11 +9,23 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_path" />
</provider>
<activity android:name=".Report">
</activity>
<activity android:name=".AddImage"></activity>
<activity android:name=".Camera_Guide"></activity>
@@ -26,6 +38,8 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".Patient_detail" >