forked from mirror/monocles_chat_clean
Integrate logview and logexport #132
Labels
No labels
update fork
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thedevstack/PiratX#132
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
implemented in https://git.fucktheforce.de/thedevstack/logviewer
Einbindung via build.gradle:
implementation 'de.thedevstack.android:logviewer:0.0.7In AndroidManifest.xml
<activity android:name="de.thedevstack.logviewer.LogViewerActivity"/>Um die Logviewer Activity zu starten:
startActivity(new Intent(this, LogViewerActivity.class));Einbindung in PiratX fehlt noch
integrated with
2996bd2fe8