equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <manifest |
|
3 xmlns:android="http://schemas.android.com/apk/res/android" |
|
4 package="hh.michelson" |
|
5 > |
|
6 |
|
7 <application |
|
8 android:label="@string/app_name" |
|
9 android:allowBackup="true" |
|
10 android:icon="@mipmap/ic_launcher" |
|
11 android:theme="@android:style/Theme.Holo.Light.NoActionBar" |
|
12 > |
|
13 |
|
14 <activity |
|
15 android:name=".A" |
|
16 > |
|
17 |
|
18 <intent-filter> |
|
19 <action android:name="android.intent.action.MAIN"/> |
|
20 <category android:name="android.intent.category.LAUNCHER"/> |
|
21 </intent-filter> |
|
22 |
|
23 </activity> |
|
24 |
|
25 </application> |
|
26 |
|
27 </manifest> |