Lacerta/feature/debug/src/main/AndroidManifest.xml
2023-12-11 11:47:01 +09:00

10 lines
272 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name=".DebugMenuContainerActivity"
android:exported="false" />
</application>
</manifest>