Back to questions
shijigroup 23/07/2018 13:47:03

Hi:

When i use albert-ui-0.6.aar, and run my app in test device, whether i click "thanks" or "got it" button, a blue dialog is dispalyed next time again.

What's the matter?



Thanks.
adm-nandylve 23/07/2018 17:12:15
Hi there,

Thanks for contacting us.

We are sorry for your inconvenience.

We understand your problem while doing development. So to avoid this pop up during the development please call the below method in all the activities (onCReate () ) or in base activity.



setDeveloperDevice (true);



Please make sure remove above code while submitting the new version code.

Thanks

Veeru