mirror of
https://github.com/yawut/SDL.git
synced 2026-07-02 00:13:39 -05:00
Fixed Android Lint warning in AndroidManifest.xml.
This commit is contained in:
parent
06f4beb78f
commit
f67a75ebbb
|
|
@ -19,7 +19,8 @@
|
|||
-->
|
||||
<application android:label="@string/app_name"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||
android:allowBackup="true"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||
<activity android:name="SDLActivity"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user