1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" io.branch.testbed_native_android" >
4- <uses-permission android : name =" android.permission.INTERNET" />
5-
6- <application
7- android : allowBackup =" true"
8- android : icon =" @mipmap/ic_launcher"
9- android : label =" @string/app_name"
10- android : roundIcon =" @mipmap/ic_launcher_round"
11- android : supportsRtl =" true"
12- android : theme =" @style/AppTheme" >
13- <activity
14- android : name =" .MainActivity"
15- android : label =" @string/app_name"
16- android : theme =" @style/Theme.AppCompat.Light.NoActionBar"
17- android : launchMode =" singleTask" >
1+ <?xml version =' 1.0' encoding =' UTF-8' ?>
2+ <manifest xmlns : android =' http://schemas.android.com/apk/res/android' package =' io.branch.testbed_native_android' >
3+ <uses-permission android : name =' android.permission.INTERNET' />
4+ <application android : allowBackup =' true' android : icon =' @mipmap/ic_launcher' android : label =' @string/app_name' android : roundIcon =' @mipmap/ic_launcher_round' android : supportsRtl =' true' android : theme =' @style/AppTheme' >
5+ <activity android : name =' .MainActivity' android : label =' @string/app_name' android : theme =' @style/Theme.AppCompat.Light.NoActionBar' android : launchMode =' singleTask' >
186 <intent-filter >
19- <action android : name =" android.intent.action.MAIN" />
20-
21- <category android : name =" android.intent.category.LAUNCHER" />
7+ <action android : name =' android.intent.action.MAIN' />
8+ <category android : name =' android.intent.category.LAUNCHER' />
229 </intent-filter >
23-
2410 <!-- Branch intent-filter -->
25- <intent-filter android : autoVerify =" true" >
26- <action android : name =" android.intent.action.VIEW" />
27- <category android : name =" android.intent.category.DEFAULT" />
28- <category android : name =" android.intent.category.BROWSABLE" />
29- <!-- App Links -->
30- <data android : scheme =" https" android : host =" bnctestbed-alternate.app.link" />
31- <data android : scheme =" https" android : host =" bnctestbed.app.link" />
32- <data android : scheme =" https" android : host =" bnctestbed-alternate.test-app.link" />
33- <data android : scheme =" https" android : host =" bnctestbed.test-app.link" />
34- <!-- Custom URI scheme -->
35- <data android : scheme =" branchtest" android : host =" open" />
11+ <intent-filter android : autoverify =' true' >
12+ <action android : name =' android.intent.action.VIEW' />
13+ <category android : name =' android.intent.category.DEFAULT' />
14+ <category android : name =' android.intent.category.BROWSABLE' />
15+ <data android : scheme =' myurischeme' android : host =' open' />
16+ <data android : scheme =' https' android : host =' wujv.app.link' />
17+ <data android : scheme =' https' android : host =' wujv-alternate.app.link' />
18+ <data android : scheme =' https' android : host =' wujv.test-app.link' />
19+ <data android : scheme =' https' android : host =' wujv-alternate.test-app.link' />
3620 </intent-filter >
37- </activity >
38- <activity android : name =" com.facebook.react.devsupport.DevSettingsActivity" />
39-
40- <receiver android : name =" io.branch.referral.InstallListener" android : exported =" true" >
21+ </activity >
22+ <activity android : name =' com.facebook.react.devsupport.DevSettingsActivity' />
23+ <receiver android : name =' io.branch.referral.InstallListener' android : exported =' true' >
4124 <intent-filter >
42- <action android : name =" com.android.vending.INSTALL_REFERRER" />
25+ <action android : name =' com.android.vending.INSTALL_REFERRER' />
4326 </intent-filter >
4427 </receiver >
45-
4628 <!-- Branch keys -->
47- <meta-data android : name =" io.branch.sdk.BranchKey" android : value =" key_live_feebgAAhbH9Tv85H5wLQhpdaefiZv5Dv " />
48- <meta-data android : name =" io.branch.sdk.BranchKey.test" android : value =" key_test_hdcBLUy1xZ1JD0tKg7qrLcgirFmPPVJc " />
29+ <meta-data android : name =' io.branch.sdk.BranchKey' android : value =' key_live_dczvWn3zrK8575YRe07IgjblAAmfx51S ' />
30+ <meta-data android : name =' io.branch.sdk.BranchKey.test' android : value =' key_test_fbqC9k2BqS68Y1XQi7YVjakhCxomD6Z9 ' />
4931 </application >
50-
5132</manifest >
0 commit comments