mirror of
https://github.com/Aviortheking/CA-Mad-Rental.git
synced 2025-06-28 17:29:18 +00:00
Page 2 Complété
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -1,14 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.ca_contest">
|
||||
|
||||
<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:usesCleartextTraffic="true"
|
||||
android:theme="@style/Theme.CA_Contest">
|
||||
<activity
|
||||
android:name=".CountrySelectorActivity"
|
||||
android:label="@string/title_activity_country_selector"
|
||||
android:theme="@style/Theme.CA_Contest.NoActionBar"></activity>
|
||||
<activity android:name=".MainActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
Reference in New Issue
Block a user