Skip to content

Commit 3637f22

Browse files
ben-kn-appdistante
authored andcommitted
Updated Readme with android specific instruction
1 parent a181b7e commit 3637f22

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Made with [contributors-img](https://contrib.rocks).
5353
In file `android/app/src/main/java/**/**/MainActivity.java`, add the plugin to the initialization list:
5454

5555
```java
56+
import android.os.Bundle;
57+
5658
public class MainActivity extends BridgeActivity {
5759
@Override
5860
public void onCreate(Bundle savedInstanceState) {

0 commit comments

Comments
 (0)