How to add Sha1 of keystore in Dialog Box?

Hello ai2 members ,
Actually i want to show a Dialog Box in which Sha1 key of Keystore should be added on that for Apps.
So how i can do , means i know how to make Dialog Box but the problem is that how to show that Sha1 key ?

Thanks in Advance,
KrishuTech

I didn’t get any response for this answer yet…
Can anyone please help me me in this …

You will need to add a new API to the UserInfoService that computes the SHA1. You can see an example of how it’s done in the PUNYA sources:

1 Like

Thank you very much. I will try to implement this.