Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca5bf06d authored by Robert Wiebe's avatar Robert Wiebe
Browse files

Update README.md to reflect version 0.4.0

parent 00cf706e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ dependencies {
From an Activity

```java
private void openAccountChooser() {
        try {
            AccountImporter.pickNewAccount(this);
        } 
@@ -37,6 +38,7 @@ From an Activity
        } catch (AndroidGetAccountsPermissionNotGranted e) {
            UiExceptionManager.showDialogForException(this, e);
        }
}
```
From a Fragment