stfalcon-studio / SmsVerifyCatcher

Android library for phone number verification feature in your app. Automatically copies verification code from SMS right into the app. Made by Stfalcon
https://stfalcon.com
845 stars 181 forks source link

Misconfiguration of AndroidManifest.xml #16

Closed blumfontein closed 6 years ago

blumfontein commented 6 years ago

Hello!

Could you remove from your AndroidManifest.xml lines inside application tag:

android:allowBackup="true" android:label="@string/app_name" android:supportsRtl="true"

These lines are autogenerated by Android Studio, and not required for android modules. Their presence leads to conflicts, when I try to redefine these options in my AndroidManifest.xml. So I need to do some weird workaround.

Thank you

bevzaanton commented 6 years ago

Thanks @blumfontein ! I have fixed it.