Commit d09b5d39 authored by james.clarke2's avatar james.clarke2

manifest

parents
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.carrentals">
<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light">
<activity android:name=".PaymentPage"/>
<activity android:name=".Review" />
<activity android:name=".Feedback" />
<activity android:name=".CountdownTimer" />
<activity android:name=".DiscountPercent" />
<activity android:name=".UpdateRefreshments" />
<activity android:name=".UpdateStatus" />
<activity android:name=".listOfCars" />
<activity android:name=".myDBConnector" />
<activity android:name=".Login" />
<activity android:name=".Welcome" />
<activity android:name=".Registration" />
<activity
android:name=".ui.login.LoginScreen"
android:label="@string/title_activity_login_screen" />
<activity android:name=".MainActivity"
android:label="@string/action_sign_in">
<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