Commit d73fbe18 authored by Chathura IT19243986's avatar Chathura IT19243986

Upload New File

parent 8859787c
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.example.peopluz1">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature
android:name="android.hardware.camera.ar"
android:required="true" />
<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:theme="@style/Theme.Design.Light.NoActionBar"
tools:targetApi="31">
<activity
android:name=".MealPlan"
android:exported="false" />
<activity
android:name=".workoutplan"
android:exported="false" />
<activity
android:name=".HealthyHeart"
android:exported="false" />
<activity
android:name=".SymptomCheck"
android:exported="false" />
<activity
android:name=".Covid"
android:exported="false" />
<activity
android:name=".home"
android:exported="false"
android:label="@string/title_activity_home"
android:theme="@style/Theme.PeoPluz.NoActionBar" />
<activity
android:name=".helloscreen"
android:exported="false" />
<activity
android:name=".signup"
android:exported="false" />
<activity
android:name=".signin"
android:exported="false" />
<!--
TODO: Before you run your application, you need a Google Maps API key.
To get one, follow the directions here:
https://developers.google.com/maps/documentation/android-sdk/get-api-key
Once you have your API key (it starts with "AIza"), define a new property in your
project's local.properties file (e.g. MAPS_API_KEY=Aiza...), and replace the
"YOUR_API_KEY" string in this file with "${MAPS_API_KEY}".
-->
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="@string/google_maps_key1" />
<activity
android:name=".MapsActivity"
android:exported="false"
android:label="@string/title_activity_maps" />
<activity
android:name=".MainActivity"
android:exported="false" />
<activity android:name=".Loading">
<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