Loading README.md +3 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ dependencies { From an Activity ```java private void openAccountChooser() { try { AccountImporter.pickNewAccount(this); } Loading @@ -37,6 +38,7 @@ From an Activity } catch (AndroidGetAccountsPermissionNotGranted e) { UiExceptionManager.showDialogForException(this, e); } } ``` From a Fragment Loading Loading
README.md +3 −1 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ dependencies { From an Activity ```java private void openAccountChooser() { try { AccountImporter.pickNewAccount(this); } Loading @@ -37,6 +38,7 @@ From an Activity } catch (AndroidGetAccountsPermissionNotGranted e) { UiExceptionManager.showDialogForException(this, e); } } ``` From a Fragment Loading