Omar
Omar
Fabric Crashlytics had a way of setting `appIdentifier` for your builds that doesn't necessarily need to follow the package name. Documentation [here](https://firebase.google.com/docs/reference/android/io/fabric/sdk/android/fabric/Fabric.Builder#public-fabric.builder-appidentifier-string-appidentifier) Example: ``` final Fabric.Builder builder = new Fabric.Builder(this);...
### Description When using `targetSdkVersion 30` to target Android 11 apis, `StrictMode` is complaining of a non-visual Context usage (in this case `Application` Context) when trying to access UI constants....