xuguohong

删除银联so库

No preview for this file type
No preview for this file type
...@@ -97,21 +97,6 @@ ...@@ -97,21 +97,6 @@
97 android:exported="true" 97 android:exported="true"
98 android:launchMode="singleTop" /> 98 android:launchMode="singleTop" />
99 99
100 - <uses-library
101 - android:name="org.simalliance.openmobileapi"
102 - android:required="false" />
103 -
104 - <activity
105 - android:name="com.unionpay.uppay.PayActivity"
106 - android:configChanges="orientation|keyboardHidden|keyboard"
107 - android:screenOrientation="portrait" >
108 - </activity>
109 - <activity
110 - android:name="com.unionpay.UPPayWapActivity"
111 - android:configChanges="orientation|keyboardHidden|fontScale"
112 - android:screenOrientation="portrait"
113 - android:windowSoftInputMode="adjustResize" >
114 - </activity>
115 ``` 100 ```
116 101
117 102
......