mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1600 from abarth/debuggable
Mark SkyShell as debuggable
This commit is contained in:
commit
28581ed2b7
@ -41,6 +41,9 @@ Still reading?
|
||||
<issue id="HandlerLeak">
|
||||
<ignore path="remoting/android/java/src/org/chromium/chromoting/TapGestureDetector.java"/>
|
||||
</issue>
|
||||
<issue id="HardcodedDebugMode" severity="Fatal">
|
||||
<ignore path="AndroidManifest.xml"/>
|
||||
</issue>
|
||||
<issue id="IconDensities">
|
||||
<!-- crbug.com/457918 is tracking missing assets -->
|
||||
<ignore path="components/web_contents_delegate_android/android/java/res/drawable-xxhdpi"/>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
|
||||
|
||||
<application android:label="Sky Shell" android:name="SkyApplication">
|
||||
<application android:label="Sky Shell" android:name="SkyApplication" android:debuggable="true">
|
||||
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
|
||||
android:hardwareAccelerated="true"
|
||||
android:launchMode="standard"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user