UNPKG

react-native-mika

Version:

React Native Library for MIKA (Payment Gateway) Integration

69 lines (68 loc) 5.78 kB
1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android" 3 package="com.reactnativemikademo" 4 android:versionCode="1" 5 android:versionName="1.0" > 6 7 <uses-sdk 8 android:minSdkVersion="16" 9 android:targetSdkVersion="29" /> 10 11 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> 11-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/debug/AndroidManifest.xml:5:5-77 11-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/debug/AndroidManifest.xml:5:22-75 12 <uses-permission android:name="android.permission.INTERNET" /> 12-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:4:5-67 12-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:4:22-64 13 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> 13-->[com.facebook.flipper:flipper:0.37.0] /Users/hendrysetiadi/.gradle/caches/transforms-2/files-2.1/623174cd4892d9fb924ac44b102b25c0/flipper-0.37.0/AndroidManifest.xml:16:5-76 13-->[com.facebook.flipper:flipper:0.37.0] /Users/hendrysetiadi/.gradle/caches/transforms-2/files-2.1/623174cd4892d9fb924ac44b102b25c0/flipper-0.37.0/AndroidManifest.xml:16:22-73 14 15 <application 15-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:6:5-25:19 16 android:name="com.reactnativemikademo.MainApplication" 16-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:7:7-38 17 android:allowBackup="false" 17-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:11:7-34 18 android:appComponentFactory="androidx.core.app.CoreComponentFactory" 18-->[androidx.core:core:1.1.0] /Users/hendrysetiadi/.gradle/caches/transforms-2/files-2.1/639e914bfc1efa21e36199d3ff2c5eef/core-1.1.0/AndroidManifest.xml:24:18-86 19 android:debuggable="true" 20 android:icon="@mipmap/ic_launcher" 20-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:9:7-41 21 android:label="@string/app_name" 21-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:8:7-39 22 android:roundIcon="@mipmap/ic_launcher_round" 22-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:10:7-52 23 android:theme="@style/AppTheme" 23-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:12:7-38 24 android:usesCleartextTraffic="true" > 24-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/debug/AndroidManifest.xml:7:18-53 25 <activity 25-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:13:7-23:18 26 android:name="com.reactnativemikademo.MainActivity" 26-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:14:9-37 27 android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode" 27-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:16:9-86 28 android:label="@string/app_name" 28-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:15:9-41 29 android:launchMode="singleTask" 29-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:17:9-40 30 android:windowSoftInputMode="adjustResize" > 30-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:18:9-51 31 <intent-filter> 31-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:19:9-22:25 32 <action android:name="android.intent.action.MAIN" /> 32-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:20:13-65 32-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:20:21-62 33 34 <category android:name="android.intent.category.LAUNCHER" /> 34-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:21:13-73 34-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:21:23-70 35 </intent-filter> 36 </activity> 37 <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" /> 37-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:24:7-84 37-->/Users/hendrysetiadi/Projects/_PERSONAL/REACT NATIVE LIBRARY/react-native-mika/examples/android/app/src/main/AndroidManifest.xml:24:17-81 38 </application> 39 40</manifest>