BayernMessenger/vector/src/debug/AndroidManifest.xml

9 lines
254 B
XML
Raw Normal View History

2019-06-06 08:28:11 +00:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity android:name="im.vector.riotredesign.features.debug.TestLinkifyActivity" />
</application>
</manifest>