espressif / esp-rainmaker-android

ESP RainMaker Android app sources
https://rainmaker.espressif.com/
Apache License 2.0
102 stars 60 forks source link

No string for proof_of_possesion #6

Closed CodorStelian closed 3 years ago

CodorStelian commented 3 years ago

https://github.com/espressif/esp-rainmaker-android/blob/ebddf8e284bf8c5343f2a2617c16c6697346e24e/app/src/main/java/com/espressif/ui/activities/ProofOfPossessionActivity.java#L79

Can you check this? I think this resource string does not exist in values/strings.xml

KhushbuShah25 commented 3 years ago

Hi @CodorStelian ,

You are right. this resource string does not exist in values/strings.xml. It is present in app/build.gradle file. "proof_of_possesion" is configurable so you can modify it as per your requirement. Resource (R.string.proof_of_possesion) will be generated when you build the project.

Thanks.

CodorStelian commented 3 years ago

I understand. Thanks for the response. Have a beautiful day!