project_files/Android-build/SDL-android-project/AndroidManifest.xml
changeset 7332 3f2e130f9715
parent 7330 867e4fda496e
child 7349 12fdfd2038d4
equal deleted inserted replaced
7330:867e4fda496e 7332:3f2e130f9715
    45             android:launchMode="singleTop"
    45             android:launchMode="singleTop"
    46             android:screenOrientation="landscape"
    46             android:screenOrientation="landscape"
    47             android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
    47             android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
    48 
    48 
    49         <service android:name=".Downloader.DownloadService" />
    49         <service android:name=".Downloader.DownloadService" />
    50 
    50 		<service android:name=".netplay.NetplayService" />
       
    51 		
    51         <activity
    52         <activity
    52             android:name="StartGameActivity"
    53             android:name="StartGameActivity"
    53             android:label="@string/app_name"
    54             android:label="@string/app_name"
    54             android:screenOrientation="landscape"
    55             android:screenOrientation="landscape"
    55             android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
    56             android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >