mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-27 19:38:53 +03:00
11 lines
414 B
XML
11 lines
414 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="im.vector.app">
|
|
|
|
<application>
|
|
<activity android:name=".features.debug.TestLinkifyActivity" />
|
|
<activity android:name=".features.debug.DebugPermissionActivity" />
|
|
<activity android:name=".features.debug.sas.DebugSasEmojiActivity" />
|
|
</application>
|
|
|
|
</manifest>
|