Anton Kovalyov

Results 9 comments of Anton Kovalyov

As [documentation](https://developer.android.com/reference/android/location/LocationManager#PASSIVE_PROVIDER) says, with `PASSIVE_PROVIDER` app get location when some other app ask system about location (through internet or GPS). But this is the same data which app gets when...

@robinpaulson sometimes I see this too at simple widget on Nokia 6.2 with Android 10 and ru locale. Weather icon doen't have constraints to TextViews so if strings too long...

Ok, I'll do it after completing notification.

@rikishi0071 What kind of information you think is better: ranges like "temperature: -5 - -1°" or average like "temperature: -2°"? I was going to implement this kind of information as...

@JonnyTech after update to Android 11 have count of lines and/or columns at Home screen increased too or it has stayed the same and only count of needed space for...

I don't know what to do with rx methods and I can't create example that can reproduce this exception (I've spend whole evening in tryings and can't reproduce). But exception...

I think, as @korva pointed this issue relates to changes of package visibility. I've fixed it for my project by adding `queries` part into manifest. [More info](https://developer.android.com/about/versions/11/privacy/package-visibility)

@ajackson2907 In my case I added this: ``` ``` First for gallery type apps to select image. Second for camera apps. Intents I create in this way: ``` // select...

Can this app be used for non-periodic notifications? Or maybe someone could point at another free (as in freedom) Android app for this case?