That fuck shit the fascists are using
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3
4 <application>
5 <profileable android:shell="true" />
6
7 <activity android:name="org.signal.benchmark.BenchmarkSetupActivity"
8 android:launchMode="singleTask"
9 android:theme="@style/Theme.Signal.DayNight.NoActionBar"
10 android:windowSoftInputMode="stateHidden"
11 android:exported="true"
12 android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
13
14 </application>
15
16</manifest>