Add about dialog and licenses activity

This commit is contained in:
2019-09-21 17:02:50 +02:00
committed by Matte23
parent 922a344d83
commit a45eea1fde
9 changed files with 549 additions and 4 deletions

View File

@@ -21,6 +21,10 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".LicensesActivity"
android:label="@string/title_licenses"
android:parentActivityName=".MainActivity" />
<receiver android:name=".BootCompleteReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />