Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Jan 23, 2019
1 parent 387aabc commit b3d2b77
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ ussdController.callUSSDInvoke(phoneNumber, map, new USSDController.CallbackInvok
});
```

for dual sim support

```java
ussdController.callUSSDInvoke(phoneNumber, simSlot, map, new USSDController.CallbackInvoke() {
...
}
```

## Overlay Service Widget (not required)

A problem huge working with ussd is you cant invisible, disenable, resize or put on back in progressDialog
Expand Down

0 comments on commit b3d2b77

Please sign in to comment.