gelin / weather-notification

An utility which displays the weather in the Android notification bar
GNU General Public License v3.0
26 stars 11 forks source link

Crash on LineageOS #45

Closed gelin closed 6 years ago

gelin commented 7 years ago

Original report by Anonymous.


Application stops working after starting it, or by clicking on the notification area-icon.

OS: LineageOS 14.1 Nightly /Android 7.1.1/

Interestingly, if cellural data-connection is disabled, app works fine, no crashing.

gelin commented 6 years ago

Original comment by Ronald Gil (Bitbucket: rongil, GitHub: rongil).


The crash for me was the same as #42. I think the app crashes by trying to use location before it can ask for the location permission (I haven't confirmed this). Enabling the permission manually through settings before opening the app served as a temporary workaround.

gelin commented 6 years ago

Original comment by Denis Nelubin (Bitbucket: gelin, GitHub: gelin).


Added grant requests in Android 6,7 fashion.