File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 29
29
<activity
30
30
android : name =" .bootsplash.BootSplashActivity"
31
31
android : theme =" @style/BootTheme"
32
- android : launchMode =" singleTask" >
32
+ android : launchMode =" singleTask"
33
+ android : exported =" true" >
33
34
34
- <intent-filter >
35
+ <intent-filter android : autoVerify = " true " >
35
36
<action android : name =" android.intent.action.MAIN" />
36
37
<category android : name =" android.intent.category.LAUNCHER" />
37
38
</intent-filter >
38
39
39
40
<!-- Custom URI handlers. Used to intercept Urban Airship deep links. -->
40
- <intent-filter >
41
+ <intent-filter android : autoVerify = " true " >
41
42
<action android : name =" android.intent.action.VIEW" />
42
43
<category android : name =" android.intent.category.DEFAULT" />
43
44
<category android : name =" android.intent.category.BROWSABLE" />
44
45
<data android : scheme =" new-expensify" />
45
46
</intent-filter >
46
47
47
48
<!-- Web URL handlers. Used to intercept web links. -->
48
- <intent-filter >
49
+ <intent-filter android : autoVerify = " true " >
49
50
<action android : name =" android.intent.action.VIEW" />
50
51
<category android : name =" android.intent.category.DEFAULT" />
51
52
<category android : name =" android.intent.category.BROWSABLE" />
You can’t perform that action at this time.
0 commit comments