From 68f8880a615e92839ec718b204f7bcd685367b2f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 Oct 2013 16:33:30 +0400 Subject: implement tasker action to download articles and go offline --- AndroidManifest.xml | 45 +++++++++++++++++++++++++++++++-------------- 1 file changed, 31 insertions(+), 14 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b753670d..d0a0265d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -16,7 +16,7 @@ @@ -43,8 +43,8 @@ + android:label="@string/app_name" + android:uiOptions="splitActionBarWhenNarrow" > @@ -53,6 +53,13 @@ android:name=".CommonActivity" android:label="@string/app_name" > + + + + + @@ -64,8 +71,8 @@ + android:label="@string/app_name" + android:uiOptions="splitActionBarWhenNarrow" > + + + + + + + @@ -208,23 +222,26 @@ android:name="android.appwidget.provider" android:resource="@xml/widget_small" /> - + - - + android:permission="com.google.android.apps.dashclock.permission.READ_EXTENSION_DATA" > - - + - - + \ No newline at end of file -- cgit v1.2.3-54-g00ecf