Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: sky/sdk/example/demo_launcher/apk/AndroidManifest.xml

Issue 1214633008: SkyDemo should launch demos in their own windows (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/sdk/example/demo_launcher/lib/main.dart » ('j') | sky/services/intents/intents.mojom » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
diff --git a/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml b/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
index 9d0ed17c8b85cc54aa9985a085f9b1f72e3c2647..037dd920adb4f57e7c1f508661ff07234018dff0 100644
--- a/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
+++ b/sky/sdk/example/demo_launcher/apk/AndroidManifest.xml
@@ -10,7 +10,12 @@
<uses-feature android:name="android.hardware.sensor.accelerometer" android:required="true" />
<application android:icon="@mipmap/ic_launcher" android:label="Sky" android:name="SkyDemoApplication">
- <activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize" android:hardwareAccelerated="true" android:name="SkyDemoActivity" android:theme="@android:style/Theme.Holo.Light.NoActionBar">
+ <activity android:name="SkyDemoActivity"
+ android:launchMode="standard"
+ android:documentLaunchMode="always"
+ android:hardwareAccelerated="true"
+ android:configChanges="orientation|keyboardHidden|keyboard|screenSize"
+ android:theme="@android:style/Theme.Holo.Light.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
« no previous file with comments | « no previous file | sky/sdk/example/demo_launcher/lib/main.dart » ('j') | sky/services/intents/intents.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698