Skip to content

Commit 4ec0a88

Browse files
committed
Modify AndroidManifest.xml
1 parent dedda56 commit 4ec0a88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
android:allowBackup="true"
1313
android:icon="@drawable/ic_launcher"
1414
android:label="@string/app_name"
15-
android:theme="@style/AppTheme" >
15+
android:theme="@style/AppTheme"
16+
android:name="com.yuneec.android.mapexplorer.settings.MyApplication"
17+
>
1618
<activity
1719
android:name=".MainActivity"
1820
android:label="@string/app_name" >

0 commit comments

Comments
 (0)