updated application manifest

svn:r21606
This commit is contained in:
Nathan Freitas 2010-02-10 07:01:11 +00:00
parent 4d6b9cd390
commit f73ddfedbd
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false">
<activity android:name=".Orbot"
android:label="@string/app_name">
android:theme="@android:style/Theme.NoTitleBar"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />