summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-09 19:58:11 +0300
committerAndrew Dolgov <[email protected]>2015-02-09 19:58:11 +0300
commit7788c3d0eacc62df5f00ff0b390715217890a4e2 (patch)
tree8b9196fc6c163d024fbb9e85f936d67edc8cf90c /org.fox.ttrss/src/main/AndroidManifest.xml
parent10c9fb0456aa0b1b3f0ec730411491e2f1a7164d (diff)
integrate ACRA for sending crash reports
Diffstat (limited to 'org.fox.ttrss/src/main/AndroidManifest.xml')
-rw-r--r--org.fox.ttrss/src/main/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml
index 1434c59e..c6eed360 100644
--- a/org.fox.ttrss/src/main/AndroidManifest.xml
+++ b/org.fox.ttrss/src/main/AndroidManifest.xml
@@ -250,6 +250,13 @@
android:name=".ArticleImagesPagerActivity"
android:label="Article Images" >
</activity>
+
+ <activity android:name="org.acra.CrashReportDialog"
+ android:theme="@style/DarkDialogTheme"
+ android:launchMode="singleInstance"
+ android:excludeFromRecents="true"
+ android:finishOnTaskLaunch="true" />
+
</application>
</manifest>