We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60ba73 commit e2fd9a5Copy full SHA for e2fd9a5
README.md
@@ -69,7 +69,6 @@ To display a notification from which the Realm Browser can be started:
69
```
70
RealmBrowser.showRealmFilesNotification(context);
71
72
-or
73
74
RealmBrowser.showRealmModelsNotification(context, realmConfiguration);
75
@@ -79,7 +78,6 @@ There are also [App Shortcuts](https://developer.android.com/guide/topics/ui/sho
79
78
80
RealmBrowser.addFilesShortcut(context);
81
82
83
84
RealmBrowser.addModelsShortcut(context, realmConfiguration)
85
0 commit comments