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
|
|
|
|
2022-03-25 18:04:00 +03:00
|
|
|
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
|
|
|
|
|
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" />
|
2021-12-06 14:57:11 +03:00
|
|
|
<activity android:name=".features.debug.analytics.DebugAnalyticsActivity" />
|
2021-11-22 13:36:18 +03:00
|
|
|
<activity android:name=".features.debug.settings.DebugPrivateSettingsActivity" />
|
2019-11-07 12:37:49 +03:00
|
|
|
<activity android:name=".features.debug.sas.DebugSasEmojiActivity" />
|
2021-12-06 15:08:34 +03:00
|
|
|
<activity android:name=".features.debug.features.DebugFeaturesSettingsActivity" />
|
2019-06-06 11:28:11 +03:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|