Browse Source

Version 2.0 release\!

pull/82/head
Eric Kok 11 years ago
parent
commit
5ca8afc869
  1. 2
      lite/AndroidManifest.xml

2
lite/AndroidManifest.xml

@ -53,6 +53,7 @@ @@ -53,6 +53,7 @@
<activity
android:name="org.transdroid.core.gui.TorrentsActivity_"
android:allowTaskReparenting="true"
android:launchMode="singleTop"
android:label="@string/app_name"
android:theme="@style/TransdroidTheme"
android:uiOptions="splitActionBarWhenNarrow" >
@ -203,6 +204,7 @@ @@ -203,6 +204,7 @@
<!-- Home screen widget -->
<activity
android:name="org.transdroid.core.widget.WidgetConfigActivity_"
android:theme="@style/TransdroidTheme.WidgetConfig"
android:enabled="@bool/widget_available" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />

Loading…
Cancel
Save