minesweeper/AndroidManifest.xml
changeset 155 b66f2620591f
parent 146 5547ab6ee3ce
child 172 e105b5f7059b
     1.1 --- a/minesweeper/AndroidManifest.xml	Tue May 20 06:07:44 2014 +0200
     1.2 +++ b/minesweeper/AndroidManifest.xml	Sat Jun 07 10:21:59 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="@string/app_name"
     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">