BayernMessenger/vector/src/debug/AndroidManifest.xml

16 lines
582 B
XML
Raw Permalink 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"
package="im.vector.riotx">
2019-06-06 08:28:11 +00:00
<application>
<activity android:name=".features.debug.TestLinkifyActivity" />
2019-06-06 11:39:08 +00:00
<activity
android:name=".features.debug.DebugMaterialThemeLightActivity"
2019-06-06 11:39:08 +00:00
android:theme="@style/VectorMaterialThemeDebugLight" />
<activity
android:name=".features.debug.DebugMaterialThemeDarkActivity"
2019-06-06 11:39:08 +00:00
android:theme="@style/VectorMaterialThemeDebugDark" />
2019-06-06 08:28:11 +00:00
</application>
</manifest>