BayernMessenger/vector/src/debug/AndroidManifest.xml

15 lines
618 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" />
2019-06-06 11:39:08 +00:00
<activity
android:name="im.vector.riotredesign.features.debug.DebugMaterialThemeLightActivity"
android:theme="@style/VectorMaterialThemeDebugLight" />
<activity
android:name="im.vector.riotredesign.features.debug.DebugMaterialThemeDarkActivity"
android:theme="@style/VectorMaterialThemeDebugDark" />
2019-06-06 08:28:11 +00:00
</application>
</manifest>