Previously the widget web view prompted to grant the widget permissions but it didn't actually request those permissions from the system. So if the web view requested, e.g. the camera permission but the app hadn't previously been granted that permission, the web view wouldn't get camera access even when the widget permission request had been confirmed. With this commit, the app will also request camera and microphone permissions from the system when needed. Signed-off-by: Johannes Marbach <johannesm@element.io> |
||
|---|---|---|
| .. | ||
| androidTest/java/im/vector/app | ||
| debug | ||
| fdroid | ||
| gplay | ||
| main | ||
| release | ||
| sharedTest/java/im/vector/app/test/shared | ||
| test/java/im/vector/app | ||