Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
09dde871
Commit
09dde871
authored
May 09, 2016
by
Jason Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the Android activity launch mode to singleTop (#3792)
parent
a7f2a4e4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
AndroidManifest.xml
dev/benchmarks/complex_layout/android/AndroidManifest.xml
+1
-1
AndroidManifest.xml
dev/manual_tests/android/AndroidManifest.xml
+1
-1
AndroidManifest.xml
examples/hello_android/app/src/main/AndroidManifest.xml
+1
-1
AndroidManifest.xml
examples/hello_world/android/AndroidManifest.xml
+1
-1
AndroidManifest.xml
examples/layers/android/AndroidManifest.xml
+1
-1
AndroidManifest.xml
examples/material_gallery/android/AndroidManifest.xml
+1
-1
AndroidManifest.xml
examples/stocks/android/AndroidManifest.xml
+1
-1
AndroidManifest.xml.tmpl
...r_tools/templates/create/android/AndroidManifest.xml.tmpl
+1
-1
No files found.
dev/benchmarks/complex_layout/android/AndroidManifest.xml
View file @
09dde871
...
...
@@ -8,7 +8,7 @@
<application
android:name=
"org.domokit.sky.shell.SkyApplication"
android:label=
"complex_layout"
android:icon=
"@mipmap/ic_launcher"
>
<activity
android:name=
"org.domokit.sky.shell.SkyActivity"
android:launchMode=
"singleT
ask
"
android:launchMode=
"singleT
op
"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection"
android:hardwareAccelerated=
"true"
...
...
dev/manual_tests/android/AndroidManifest.xml
View file @
09dde871
...
...
@@ -9,7 +9,7 @@
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<application
android:label=
"Flutter Manual Tests"
android:name=
"org.domokit.sky.shell.SkyApplication"
>
<activity
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated=
"true"
android:launchMode=
"singleT
ask
"
android:name=
"org.domokit.sky.shell.SkyActivity"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
>
<activity
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated=
"true"
android:launchMode=
"singleT
op
"
android:name=
"org.domokit.sky.shell.SkyActivity"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
...
examples/hello_android/app/src/main/AndroidManifest.xml
View file @
09dde871
...
...
@@ -11,7 +11,7 @@
<application
android:name=
"org.domokit.sky.shell.SkyApplication"
android:label=
"@string/app_name"
>
<activity
android:name=
".ExampleActivity"
android:launchMode=
"singleT
ask
"
android:launchMode=
"singleT
op
"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection"
android:hardwareAccelerated=
"true"
...
...
examples/hello_world/android/AndroidManifest.xml
View file @
09dde871
...
...
@@ -9,7 +9,7 @@
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<application
android:label=
"Flutter Hello"
android:name=
"org.domokit.sky.shell.SkyApplication"
>
<activity
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated=
"true"
android:launchMode=
"singleT
ask
"
android:name=
"org.domokit.sky.shell.SkyActivity"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
>
<activity
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated=
"true"
android:launchMode=
"singleT
op
"
android:name=
"org.domokit.sky.shell.SkyActivity"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
...
examples/layers/android/AndroidManifest.xml
View file @
09dde871
...
...
@@ -9,7 +9,7 @@
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<application
android:label=
"Flutter Layers"
android:name=
"org.domokit.sky.shell.SkyApplication"
>
<activity
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated=
"true"
android:launchMode=
"singleT
ask
"
android:name=
"org.domokit.sky.shell.SkyActivity"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
>
<activity
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated=
"true"
android:launchMode=
"singleT
op
"
android:name=
"org.domokit.sky.shell.SkyActivity"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
...
examples/material_gallery/android/AndroidManifest.xml
View file @
09dde871
...
...
@@ -9,7 +9,7 @@
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<application
android:icon=
"@mipmap/ic_launcher"
android:label=
"Flutter Material"
android:name=
"org.domokit.sky.shell.SkyApplication"
>
<activity
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated=
"true"
android:launchMode=
"singleT
ask
"
android:name=
"org.domokit.sky.shell.SkyActivity"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
>
<activity
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated=
"true"
android:launchMode=
"singleT
op
"
android:name=
"org.domokit.sky.shell.SkyActivity"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
...
...
examples/stocks/android/AndroidManifest.xml
View file @
09dde871
...
...
@@ -11,7 +11,7 @@
<application
android:icon=
"@mipmap/ic_launcher"
android:name=
"org.domokit.sky.shell.SkyApplication"
android:label=
"Stocks"
>
<activity
android:name=
"org.domokit.sky.shell.SkyActivity"
android:launchMode=
"singleT
ask
"
android:launchMode=
"singleT
op
"
android:theme=
"@android:style/Theme.Black.NoTitleBar"
android:configChanges=
"orientation|keyboardHidden|keyboard|screenSize"
android:hardwareAccelerated=
"true"
>
...
...
packages/flutter_tools/templates/create/android/AndroidManifest.xml.tmpl
View file @
09dde871
...
...
@@ -8,7 +8,7 @@
<application android:name="org.domokit.sky.shell.SkyApplication" android:label="{{projectName}}" android:icon="@mipmap/ic_launcher">
<activity android:name="org.domokit.sky.shell.SkyActivity"
android:launchMode="singleT
ask
"
android:launchMode="singleT
op
"
android:theme="@android:style/Theme.Black.NoTitleBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection"
android:hardwareAccelerated="true"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment