Chris Rae
Chris Rae
Am I right in thinking that this PR should add the "access all the time" menu item to the location approval dialog? Only I don't think it does that for...
This same issue repros for me in my own code. Same code runs fine on OSX.
self.get_application_icon() returns the correct path to my icon. I wonder if it's provided in a resolution that Kivy doesn't support or something...
Interesting - I'm using a PNG (as per examples) but will try an ICO.
ICO file works great - thanks for the tip. I think this bug is still valid, though, as PNG works on OSX and the docs imply it is platform-independent.
I'm wondering whether the real fix would be to retain the existing values (for anyone who'd already worked around this oddity) but also to return the data in the same...
I don't think email is the right medium for this - have you thought about fax?
You have to unzip it first. :)
I'm using 1.9.2 and I'm still getting an error response from `startTrackerWithId`: ``` com.my.app: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when...