We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 411b1cf + 3637f22 commit 20979caCopy full SHA for 20979ca
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