Lacerta/feature/debug/src/main/AndroidManifest.xml

10 lines
272 B
XML
Raw Normal View History

2023-12-09 00:55:49 +00:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2023-12-11 02:47:01 +00:00
<application>
<activity
android:name=".DebugMenuContainerActivity"
android:exported="false" />
</application>
2023-12-09 00:55:49 +00:00
</manifest>