We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a181b7e commit 3637f22Copy full SHA for 3637f22
1 file changed
README.md
@@ -53,6 +53,8 @@ Made with [contributors-img](https://contrib.rocks).
53
In file `android/app/src/main/java/**/**/MainActivity.java`, add the plugin to the initialization list:
54
55
```java
56
+import android.os.Bundle;
57
+
58
public class MainActivity extends BridgeActivity {
59
@Override
60
public void onCreate(Bundle savedInstanceState) {
0 commit comments