i'm facing an odd behavior with my app
when running in debug mode it runs perfectly
when trying to run it in runtime it crashes
edit:
my app is using download directory
it asks for permission and in debug it all runs smoothly
i'm not sure it is related to this feature
maybe i will try to comment the entire part of read/write to download and see what happens
i mention this as i read somewhere that there's a problem with accessing download folder etc...
I don't want to write a stupidity, but I think to remember that Debug Mode enable some Permissions by itself.
But this Permissions then needs to be asked correctly in Release Mode.
I don't want to write a stupidity, but I think to remember that Debug Mode enable some Permissions by itself.
But this Permissions then needs to be asked correctly in Release Mode.
Oh that's bad
So what's the solution?
How can I get such permission? Or alternatively bypass it?
I can't take my users to private download and installation with permissions they do not know
That's bad
Is there a folder (any folder will do as I just want to share data between my 2 apps) that I can access 'freely'?
Before we start: External storage means a real sd card or a connected mass storage USB device. This class can also be used to access the secondary storage (File.DirRootExternal). This becomes relevant with newer versions of Android that restrict direct access. It has nothing to do with runtime...
Before we start: External storage means a real sd card or a connected mass storage USB device. This class can also be used to access the secondary storage (File.DirRootExternal). This becomes relevant with newer versions of Android that restrict direct access. It has nothing to do with runtime...
Exactly what I want, I don't need download folder and any other will do as long as I can access it from my 2 apps. This is critical as I need to share data between then
Any suggestion?
Or just create a folder with name I choose that will be 'neighbor' to download, I see many other apps that create such folders for their use
The question is Google play - will they let me do it or block it?
Do they specifically block aceess to download?
for some reason the apk name is result.apk
when install it it is all ok and the app name is correct - it is only the apk filename
i forgot where i set this - so where do i set the apk name to be what i want or it is not relevant?