mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
アクティビティを宣言
This commit is contained in:
parent
3bf14799b5
commit
6d71322982
|
@ -1,4 +1,9 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
<application>
|
||||||
|
<activity
|
||||||
|
android:name=".LibraryTopFragment"
|
||||||
|
android:exported="false" />
|
||||||
|
</application>
|
||||||
</manifest>
|
</manifest>
|
Loading…
Reference in New Issue
Block a user