diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2013-10-31 13:44:46 +0100 | 
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2013-10-31 13:44:46 +0100 | 
| commit | e9cbb59562474a60ccfe871df1a9e3ae0b42f9a8 (patch) | |
| tree | 3cc416a155742390f68f83bcd67212097a61dd0b | |
| parent | 9652b48616789e1d8e3a4ebc4a6b63806cfdacb0 (diff) | |
Give LaunchVPN activity a transparent background (closes issue # 201)
| -rw-r--r-- | AndroidManifest.xml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 14a3aa49..4c4177a6 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -136,6 +136,7 @@          <activity              android:name=".LaunchVPN"              android:label="@string/vpn_launch_title" +            android:theme="@android:style/Theme.DeviceDefault.Light.Panel"              tools:ignore="ExportedActivity" >              <intent-filter>                  <action android:name="android.intent.action.MAIN" />  | 
