Commit f5a63accc1d7b00f7cb2ae177d12d0e2847381b3
1 parent
12a643ef
MAJ du manifest
Showing
1 changed file
with
2 additions
and
7 deletions
Show diff stats
PremiereActivite/app/src/main/AndroidManifest.xml
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <!-- Nécessaire pour utiliser les cartes NFC --> |
6 | 6 | <uses-permission android:name="android.permission.NFC" /> |
7 | 7 | <uses-permission android:name="android.permission.INTERNET" /> |
8 | + | |
8 | 9 | <uses-feature android:name="android.hardware.nfc" android:required="true" /> |
9 | 10 | |
10 | 11 | <application |
... | ... | @@ -13,16 +14,10 @@ |
13 | 14 | android:label="@string/app_name" |
14 | 15 | android:supportsRtl="true" |
15 | 16 | android:theme="@style/AppTheme"> |
16 | - <activity | |
17 | - android:name=".CarteActivite" | |
18 | - android:launchMode="singleTask" | |
19 | - android:label="CarteActivite" | |
20 | - android:parentActivityName="com.example.app_10p5.MainActivite" > | |
21 | - </activity> | |
22 | 17 | |
23 | 18 | <activity |
24 | 19 | android:name=".MainActivite" |
25 | - android:label="MainActivite"> | |
20 | + android:label="@string/app_name"> | |
26 | 21 | <intent-filter> |
27 | 22 | <action android:name="android.intent.action.MAIN" /> |
28 | 23 | <category android:name="android.intent.category.LAUNCHER" /> | ... | ... |