aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2019-07-07 21:21:12 +0200
committersteckbrief <steckbrief@chefmail.de>2019-07-07 21:21:12 +0200
commit08244e218a3cd08bb1abd1be31776510eee5da6a (patch)
treeb73568cc711268eeaa1b7485c63ec53a2efcbd02 /src/main/AndroidManifest.xml
parent77fb7577ee2a637abf6ff151f3b87a273aff7877 (diff)
implements FS#282: In-App Logcat View; introduces piratx application implementation to access the appcontext in a static way
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 217f90d1e..fb75c6d69 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -48,7 +48,7 @@
android:required="false" />
<application
- android:name="android.support.multidex.MultiDexApplication"
+ android:name="de.thedevstack.piratx.PiratXApplication"
android:allowBackup="false"
android:appCategory="social"
android:icon="@drawable/ic_launcher"
@@ -315,6 +315,10 @@
<activity
android:name=".ui.ChannelDiscoveryActivity"
android:label="@string/discover_channels" />
+ <activity
+ android:name="de.thedevstack.piratx.ui.preferences.LogCatOutputActivity"
+ android:label="@string/piratx_title_activity_loginformation"
+ android:launchMode="singleTask" />
<service android:name=".services.ExportBackupService" />
<service android:name=".services.ImportBackupService" />