File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Sample_Project/sample/app/src/main Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 38
38
<meta-data
39
39
android : name =" android.support.PARENT_ACTIVITY"
40
40
android : value =" com.batch.android.sample.activity.MainActivity" />
41
+ <intent-filter >
42
+ <action android : name =" android.intent.action.VIEW" />
43
+ <category android : name =" android.intent.category.DEFAULT" />
44
+ <category android : name =" android.intent.category.BROWSABLE" />
45
+ <data android : scheme =" batch-sample"
46
+ android : host =" notification-settings" />
47
+ </intent-filter >
41
48
</activity >
42
49
<activity
43
50
android : name =" .activity.UnlockActivity"
46
53
<meta-data
47
54
android : name =" android.support.PARENT_ACTIVITY"
48
55
android : value =" com.batch.android.sample.activity.MainActivity" />
56
+ <intent-filter >
57
+ <action android : name =" android.intent.action.VIEW" />
58
+ <category android : name =" android.intent.category.DEFAULT" />
59
+ <category android : name =" android.intent.category.BROWSABLE" />
60
+ <data android : scheme =" batch-sample"
61
+ android : host =" unlock" />
62
+ </intent-filter >
49
63
</activity >
50
64
51
65
<!-- Batch's Required manifest items -->
You can’t perform that action at this time.
0 commit comments