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