Commit 9b977921 authored by Anjali W.M.S's avatar Anjali W.M.S

manifest file.

parent 69fc4eec
Pipeline #6363 canceled with stages
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.salonappnew">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".DayActivity"
android:exported="false" />
<activity
android:name=".DailyActivities"
android:exported="false" />
<activity
android:name=".MedicineWeekActivities"
android:exported="false" />
<activity
android:name=".ADHDHome"
android:exported="false" />
<activity android:name=".login"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment