benchmark: init

This commit is contained in:
Harsh Shandilya 2022-06-21 11:17:37 +05:30
parent d8d43a4c88
commit a66a915e16
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
12 changed files with 189 additions and 1 deletions

View file

@ -10,6 +10,9 @@
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/Theme.Claw.SplashScreen">
<profileable
android:shell="true"
tools:targetApi="29" />
<activity
android:name=".MainActivity"
android:configChanges="colorMode|density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode"