forked from google/santa-tracker-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAndroidManifest.xml
More file actions
15 lines (11 loc) · 845 Bytes
/
AndroidManifest.xml
File metadata and controls
15 lines (11 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.apps.santatracker.dasherdancer">
<application android:allowBackup="true" android:label="@string/app_name"
android:icon="@drawable/ic_launcher">
<activity android:name="com.google.android.apps.santatracker.dasherdancer.DasherDancerActivity" android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen"
android:label="@string/app_name" android:screenOrientation="portrait"
android:hardwareAccelerated="false" />
<activity android:name="com.google.android.apps.santatracker.dasherdancer.CharacterActivity" android:theme="@android:style/Theme.Holo.NoActionBar.Fullscreen"
android:label="@string/app_name" android:screenOrientation="portrait" />
</application>
</manifest>