ebhsgit

Results 13 issues of ebhsgit

To access location in the background in SDK 29, the app requires ACCESS_BACKGROUND_LOCATION permission [source](https://developer.android.com/about/versions/10/privacy/changes#app-access-device-location) --- Not sure how to create a PR across submodules. This PR only includes the...

**Describe the bug** When kotlin-serialisation is declared in script plugin, and then `apply from` to project build.gradle. The compiler plugin does not get applied, even though the build is successful...

Fix #2871 From AGP 4.1.+ `assert` keyword/statements are enabled by the compile through code rewrite. Which is causing PluginMap to fail ---- The issue is caused by `PluginMap` being initialised...

**I'm submitting a ...** (check one with "x") - [ ] question - [X] any problem or bug report **OS:** (check one with "x") - [X] **Android** - [ ]...

**I'm submitting a ...** (check one with "x") - [ ] question - [x] any problem or bug report **OS:** (check one with "x") - [x] **Android** - [ ]...

**I'm submitting a ...** (check one with "x") - [ ] question - [ X ] any problem or bug report **OS:** (check one with "x") - [ X ]...

### Platforms affected Android ### Motivation and Context Fix #915 ### Description Added `queries` tag to enabled package queries for View ### Testing ### Checklist - [ ] I've run...

# Bug Report ## Problem Due to Android 11 package visibility restrictions, the chooser is not shown when `target="_system"` ### What is expected to happen? Chooser to show option to...

### Platforms affected Android ### Motivation and Context When user taps outside the dialog in Android, it cancels the dialog. This may not be the expected behaviour for some users,...