summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-09-27 08:07:36 +0300
committerAndrew Dolgov <[email protected]>2018-09-27 08:07:36 +0300
commitf569ea56b170c73e9f90667643c81bed4d9e0921 (patch)
treece2b17b2f62b97614d03972ce127369b9b91b795 /org.fox.ttrss/src/main/AndroidManifest.xml
parent109dee48371caf24f3240d6763eb6a677c6b84d0 (diff)
gradle and dependency updates for android studio 3.2
remove deprecated tasker-related components
Diffstat (limited to 'org.fox.ttrss/src/main/AndroidManifest.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/AndroidManifest.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml
index 20d90005..82f15faf 100755
--- a/org.fox.ttrss/src/main/AndroidManifest.xml
+++ b/org.fox.ttrss/src/main/AndroidManifest.xml
@@ -70,13 +70,6 @@
android:label="@string/logcat_title" >
</activity>
<activity
- android:name=".tasker.TaskerSettingsActivity"
- android:label="@string/app_name" >
- <intent-filter>
- <action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" />
- </intent-filter>
- </activity>
- <activity
android:name=".offline.OfflineActivity"
android:label="@string/app_name" >
</activity>
@@ -223,13 +216,6 @@
</intent-filter>
</receiver>
- <receiver android:name=".tasker.TaskerReceiver" >
- <intent-filter>
- <action android:name="com.twofortyfouram.locale.intent.action.QUERY_CONDITION" />
- <action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING" />
- </intent-filter>
- </receiver>
-
<receiver android:name=".widget.SmallWidgetProvider" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />