mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 16:33:16 +00:00
10 lines
272 B
XML
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> |