diff --git a/README.md b/README.md index 6c6eb4d..a8a428d 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,24 @@ loginWidget.launch(this, new AuthorizationListener() { The Login widget default configuration use Facebook and Google as authentication options. If you configure only one of them the login widget will NOT launch and the user will be redirect to the configured idp authentication screen. - - + ### Anonymous Login ```java AppID.getInstance().loginAnonymously(getApplicationContext(), new AuthorizationListener() { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index c7250e4..788ba0c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -16,6 +16,12 @@ + + + android:text="Use Anonymously" + android:textSize="12sp" /> + +