element-android/vector/src/debug/AndroidManifest.xml

11 lines
338 B
XML
Raw Normal View History

2019-06-06 11:28:11 +03:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="im.vector.app">
2019-06-06 11:28:11 +03:00
<application>
<activity android:name=".features.debug.TestLinkifyActivity" />
2019-11-07 12:37:49 +03:00
<activity android:name=".features.debug.sas.DebugSasEmojiActivity" />
2019-06-06 11:28:11 +03:00
</application>
</manifest>