jverification-react-native
Version:
React Native JVerification component for Android and iOS
103 lines (102 loc) • 9.23 kB
Plain Text
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="cn.jiguang.plugins.verification" >
4
5 <uses-sdk android:minSdkVersion="21" />
5-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml
6
7 <uses-permission android:name="android.permission.INTERNET" />
7-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:4:5-67
7-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:4:22-64
8 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
8-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:5:5-75
8-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:5:22-72
9 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
9-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:6:5-80
9-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:6:22-78
10 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
10-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:7:5-78
10-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:7:22-76
11 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
11-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:8:5-76
11-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:8:22-73
12 <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
12-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:9:5-79
12-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:9:22-76
13 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
13-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:10:5-72
13-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:10:22-70
14
15 <!-- Optional -->
16 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
16-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:13:5-78
16-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:13:22-75
17 <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
17-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:14:5-76
17-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:14:22-73
18 <uses-permission android:name="android.permission.GET_TASKS" />
18-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:15:5-68
18-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:15:22-65
19 <uses-permission android:name="android.permission.VIBRATE" />
19-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:16:5-66
19-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:16:22-63
20 <uses-permission android:name="android.permission.WAKE_LOCK" />
20-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:17:5-68
20-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:17:22-65
21
22 <application>
22-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:19:5-45:19
23 <activity
23-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:20:8-25:57
24 android:name="com.cmic.gen.sdk.view.GenLoginAuthActivity"
24-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:21:13-70
25 android:configChanges="orientation|keyboardHidden|screenSize"
25-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:22:13-74
26 android:launchMode="singleTop"
26-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:23:13-43
27 android:screenOrientation="unspecified"
27-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:24:13-52
28 android:theme="@style/ActivityDialogStyle" />
28-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:25:13-55
29 <!-- Required -->
30 <activity
30-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:27:9-32:58
31 android:name="cn.jiguang.verifysdk.CtLoginActivity"
31-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:28:13-64
32 android:configChanges="orientation|keyboardHidden|screenSize"
32-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:29:13-74
33 android:launchMode="singleTop"
33-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:30:13-43
34 android:screenOrientation="unspecified"
34-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:31:13-52
35 android:theme="@style/ActivityDialogStyle" />
35-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:32:13-55
36 <activity
36-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:34:9-39:58
37 android:name="cn.jiguang.plugins.verification.TestActivity"
37-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:35:13-72
38 android:configChanges="orientation|keyboardHidden|screenSize"
38-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:36:13-74
39 android:launchMode="singleTop"
39-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:37:13-43
40 android:screenOrientation="unspecified"
40-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:38:13-52
41 android:theme="@style/ActivityDialogStyle" />
41-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:39:13-55
42
43 <!-- Required -->
44 <meta-data
44-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:42:9-81
45 android:name="JPUSH_APPKEY"
45-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:42:20-47
46 android:value="${JPUSH_APPKEY}" />
46-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:42:48-79
47 <meta-data
47-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:43:9-83
48 android:name="JPUSH_CHANNEL"
48-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:43:20-48
49 android:value="${JPUSH_CHANNEL}" />
49-->/Users/ys/jverification-react-native/example/node_modules/jverification-react-native/android/src/main/AndroidManifest.xml:43:49-81
50 </application>
51
52</manifest>