mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-30 21:08:40 +03:00
9 lines
254 B
XML
9 lines
254 B
XML
|
<?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>
|