mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:55:08 +01:00
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:
parent
da931cf07b
commit
41b2c2dc7b
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user