Fixed app name
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 27 Jun 2014 16:22:45 +0200
changeset 172e105b5f7059b
parent 166 e6667c8206fc
parent 171 205a4b9e9152
child 173 9ce205a82f64
Fixed app name
minesweeper/AndroidManifest.xml
     1.1 --- a/minesweeper/AndroidManifest.xml	Fri Jun 27 16:14:57 2014 +0200
     1.2 +++ b/minesweeper/AndroidManifest.xml	Fri Jun 27 16:22:45 2014 +0200
     1.3 @@ -36,7 +36,7 @@
     1.4      <application
     1.5          android:allowBackup="true"
     1.6          android:icon="@drawable/ic_launcher"
     1.7 -        android:label="MineSweeper"
     1.8 +        android:label="Minesweeper"
     1.9          android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
    1.10          <activity android:name="org.apidesign.brwsr.DlvkBrwsr" 
    1.11                    android:configChanges="orientation|screenSize">