2019-06-06 11:28:11 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-07-02 18:27:08 +03:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="im.vector.riotx">
|
2019-06-06 11:28:11 +03:00
|
|
|
|
|
|
|
<application>
|
2019-07-02 18:27:08 +03:00
|
|
|
<activity android:name=".features.debug.TestLinkifyActivity" />
|
2019-11-07 12:37:49 +03:00
|
|
|
<activity android:name=".features.debug.sas.DebugSasEmojiActivity" />
|
2019-06-06 14:39:08 +03:00
|
|
|
<activity
|
2019-07-02 18:27:08 +03:00
|
|
|
android:name=".features.debug.DebugMaterialThemeLightActivity"
|
2019-06-06 14:39:08 +03:00
|
|
|
android:theme="@style/VectorMaterialThemeDebugLight" />
|
|
|
|
<activity
|
2019-07-02 18:27:08 +03:00
|
|
|
android:name=".features.debug.DebugMaterialThemeDarkActivity"
|
2019-06-06 14:39:08 +03:00
|
|
|
android:theme="@style/VectorMaterialThemeDebugDark" />
|
2019-06-06 11:28:11 +03:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|