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"
|
2020-08-03 19:23:05 +03:00
|
|
|
package="im.vector.app">
|
2019-06-06 11:28:11 +03:00
|
|
|
|
|
|
|
<application>
|
2019-07-02 18:27:08 +03:00
|
|
|
<activity android:name=".features.debug.TestLinkifyActivity" />
|
2021-07-12 22:33:15 +03:00
|
|
|
<activity android:name=".features.debug.DebugPermissionActivity" />
|
2019-11-07 12:37:49 +03:00
|
|
|
<activity android:name=".features.debug.sas.DebugSasEmojiActivity" />
|
2019-06-06 11:28:11 +03:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|