[tor-commits] [orbot/master] Added the AndroidManifest
n8fr8 at torproject.org
n8fr8 at torproject.org
Fri Oct 28 15:28:27 UTC 2011
commit eb3a09ae06cd7b822d1105815663a0ad254b59a6
Author: Sathyanarayanan Gunasekaran <gsathya.ceg at gmail.com>
Date: Mon Jun 13 01:15:44 2011 +0530
Added the AndroidManifest
---
AndroidManifest.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 030bbff..a27e2c1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -5,7 +5,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
- <application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false">
+ <application android:theme="@style/DefaultTheme" android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false">
<activity android:name=".Orbot"
android:theme="@android:style/Theme.NoTitleBar">
More information about the tor-commits
mailing list