LivotovLabs / 3DSView

Android UI component to process banking 3D Secure (MasterCard SecureCode / Verified By Visa) payment authorizations in Android apps.
Apache License 2.0
111 stars 51 forks source link

Lint warnings #8

Open rihanfarman opened 8 years ago

rihanfarman commented 8 years ago

After using 3DSView, I am getting the following Lint warnings.

Are there any fixes for these warnings?

livotov commented 8 years ago

Hi, thanks ! Will check the contstants.

Regarding the numbers 1 & 2 - not sure they can be fixed because we need both to do some tricky things in order to manipulate web page and intercept post and extract data from it. Also Im not sure there are any security issues here as 3DSView component only visits the trusted acs server page, which url is provided by the payment system.