This commit is contained in:
2021-02-19 14:12:47 +08:00
15 changed files with 394 additions and 97 deletions

View File

@ -33,9 +33,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".activity.AboutActivity"
android:label="@string/activity_about" />
</application>
</manifest>