アクティビティを宣言

This commit is contained in:
nero 2023-12-18 16:26:19 +09:00
parent 3bf14799b5
commit 6d71322982

View File

@ -1,4 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name=".LibraryTopFragment"
android:exported="false" />
</application>
</manifest>