|
22 | 22 |
|
23 | 23 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
24 | 24 | <!-- needed for network connectivity detection in Api24NetworkObserver --> |
25 | | - <uses-permission android:name="android.permission.READ_PHONE_STATE" |
26 | | - android:maxSdkVersion="28" |
27 | | - /> |
| 25 | + <uses-permission |
| 26 | + android:name="android.permission.READ_PHONE_STATE" |
| 27 | + android:maxSdkVersion="28" /> |
28 | 28 |
|
29 | 29 | <queries> |
30 | 30 | <intent> |
|
45 | 45 | android:name="com.getcode.view.MainActivity" |
46 | 46 | android:exported="true" |
47 | 47 | android:hardwareAccelerated="true" |
48 | | - android:label="@string/app_name" |
49 | 48 | android:launchMode="singleTask" |
50 | 49 | android:resizeableActivity="false" |
51 | 50 | android:screenOrientation="portrait" |
|
57 | 56 |
|
58 | 57 | <intent-filter android:autoVerify="true"> |
59 | 58 | <action android:name="android.intent.action.VIEW" /> |
| 59 | + |
60 | 60 | <category android:name="android.intent.category.DEFAULT" /> |
61 | 61 | <category android:name="android.intent.category.BROWSABLE" /> |
| 62 | + |
62 | 63 | <data |
63 | 64 | android:host="app.getcode.com" |
64 | 65 | android:pathPattern="/login.*" |
|
67 | 68 |
|
68 | 69 | <intent-filter android:autoVerify="true"> |
69 | 70 | <action android:name="android.intent.action.VIEW" /> |
| 71 | + |
70 | 72 | <category android:name="android.intent.category.DEFAULT" /> |
71 | 73 | <category android:name="android.intent.category.BROWSABLE" /> |
| 74 | + |
72 | 75 | <data |
73 | 76 | android:host="@string/root_url_app_no_protocol" |
74 | 77 | android:pathPattern="/cash/.*" |
|
77 | 80 |
|
78 | 81 | <intent-filter android:autoVerify="true"> |
79 | 82 | <action android:name="android.intent.action.VIEW" /> |
| 83 | + |
80 | 84 | <category android:name="android.intent.category.DEFAULT" /> |
81 | 85 | <category android:name="android.intent.category.BROWSABLE" /> |
| 86 | + |
82 | 87 | <data |
83 | 88 | android:host="@string/root_url_app_no_protocol" |
84 | 89 | android:pathPattern="/c/.*" |
|
87 | 92 |
|
88 | 93 | <intent-filter android:autoVerify="true"> |
89 | 94 | <action android:name="android.intent.action.VIEW" /> |
90 | | - <category android:name="android.intent.category.DEFAULT" /> |
91 | | - <category android:name="android.intent.category.BROWSABLE" /> |
92 | | - <data |
93 | | - android:host="@string/root_url_tipcard_no_protocol" |
94 | | - android:pathPattern="/x/.*" |
95 | | - android:scheme="https" /> |
96 | | - </intent-filter> |
97 | 95 |
|
98 | | - <intent-filter android:autoVerify="true"> |
99 | | - <action android:name="android.intent.action.VIEW" /> |
100 | 96 | <category android:name="android.intent.category.DEFAULT" /> |
101 | 97 | <category android:name="android.intent.category.BROWSABLE" /> |
| 98 | + |
102 | 99 | <data |
103 | 100 | android:host="cash.getcode.com" |
104 | 101 | android:pathPattern="/cash/.*" |
|
107 | 104 |
|
108 | 105 | <intent-filter android:autoVerify="true"> |
109 | 106 | <action android:name="android.intent.action.VIEW" /> |
| 107 | + |
110 | 108 | <category android:name="android.intent.category.DEFAULT" /> |
111 | 109 | <category android:name="android.intent.category.BROWSABLE" /> |
112 | 110 |
|
|
129 | 127 | </intent-filter> |
130 | 128 |
|
131 | 129 | <intent-filter> |
132 | | - <action android:name="android.intent.action.VIEW" /> |
| 130 | + <action android:name="android.intent.action.VIEW" /> |
133 | 131 |
|
134 | | - <category android:name="android.intent.category.DEFAULT" /> |
135 | | - <category android:name="android.intent.category.BROWSABLE" /> |
| 132 | + <category android:name="android.intent.category.DEFAULT" /> |
| 133 | + <category android:name="android.intent.category.BROWSABLE" /> |
136 | 134 |
|
137 | | - <data |
138 | | - android:host="@string/root_url_sdk_no_protocol" |
139 | | - android:pathPattern="/v1/elements/.*/" |
140 | | - android:scheme="codewallet" /> |
| 135 | + <data |
| 136 | + android:host="@string/root_url_sdk_no_protocol" |
| 137 | + android:pathPattern="/v1/elements/.*/" |
| 138 | + android:scheme="codewallet" /> |
141 | 139 | </intent-filter> |
142 | 140 |
|
143 | 141 | </activity> |
|
0 commit comments