Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 299 Bytes

AppSignatureHelper

This is a helper class to generate your message hash to be included in your SMS message.

How to call this from your activity class:

AppSignatureHelper appSignatureHelper = new AppSignatureHelper(LoginActivity.this);

Log.v(TAG, appSignatureHelper.getAppSignatures().get(0));