File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 7
7
android : roundIcon =" @mipmap/ic_launcher_round"
8
8
android : supportsRtl =" true"
9
9
android : theme =" @style/AppTheme" >
10
-
11
10
<activity
12
11
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
13
12
android : name =" .MainActivity"
19
18
<action android : name =" android.intent.action.MAIN" />
20
19
<category android : name =" android.intent.category.LAUNCHER" />
21
20
</intent-filter >
22
-
23
- <!-- Deep links for ADAMANT protocol -->
24
- <intent-filter android : autoVerify =" true" >
25
- <action android : name =" android.intent.action.VIEW" />
26
- <category android : name =" android.intent.category.DEFAULT" />
27
- <category android : name =" android.intent.category.BROWSABLE" />
28
- <data android : scheme =" adamant" />
29
- </intent-filter >
30
- <intent-filter android : autoVerify =" true" >
31
- <action android : name =" android.intent.action.VIEW" />
32
- <category android : name =" android.intent.category.DEFAULT" />
33
- <category android : name =" android.intent.category.BROWSABLE" />
34
- <data android : scheme =" adm" />
35
- </intent-filter >
36
21
</activity >
37
22
38
23
<provider
You can’t perform that action at this time.
0 commit comments