aboutsummaryrefslogtreecommitdiffstats
path: root/libs/thedevstacklogcat/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 /libs/thedevstacklogcat/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 'libs/thedevstacklogcat/src/main/AndroidManifest.xml')
-rw-r--r--libs/thedevstacklogcat/src/main/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/thedevstacklogcat/src/main/AndroidManifest.xml b/libs/thedevstacklogcat/src/main/AndroidManifest.xml
new file mode 100644
index 000000000..594487086
--- /dev/null
+++ b/libs/thedevstacklogcat/src/main/AndroidManifest.xml
@@ -0,0 +1,4 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="de.thedevstack.android.logcat">
+
+</manifest>