Add profileable attribute to AndroidManifest.xml

As we desire more accurate profiling data in certain circumstances, making the app explicitly profilable will allow for this, it will also remove the (annoying) prompt to do this in the Android Studio profiler.
This commit is contained in:
PixelyIon 2022-05-01 18:27:05 +05:30
parent da931cf07b
commit 41b2c2dc7b

View File

@ -22,6 +22,9 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute">
<profileable android:shell="true"/>
<activity
android:name="emu.skyline.MainActivity"
android:exported="true">