File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : tools =" http://schemas.android.com/tools"
3
4
package =" com.example.bloder.deck" >
4
5
5
6
<application
8
9
android : label =" @string/app_name"
9
10
android : roundIcon =" @mipmap/ic_launcher_round"
10
11
android : supportsRtl =" true"
11
- android : theme =" @style/AppTheme" ></application >
12
+ android : theme =" @style/AppTheme" >
13
+
14
+ <activity android : name =" .MainActivity"
15
+ android : launchMode =" singleTop"
16
+ android : screenOrientation =" portrait" >
17
+ <intent-filter tools : ignore =" AppLinkUrlError" >
18
+ <action android : name =" android.intent.action.VIEW" />
19
+ <category android : name =" android.intent.category.DEFAULT" />
20
+ <category android : name =" android.intent.category.BROWSABLE" />
21
+ </intent-filter >
22
+ </activity >
23
+
24
+ </application >
12
25
13
26
</manifest >
You can’t perform that action at this time.
0 commit comments