I have two apps I've written and GooglePlay tells me that one of them is not available for my Tablet (wi-fi only tablet) - Much as I have both apps on the tablet using B4A-Bridge and they both work fine.
The two apps GolfScore (GS) and Mystery Doubles (MD)
GolfScore Manifest
GooglePlay says it uses these three Permissions (I am using GPS in this app)
MysteryDoubles Manifest
GooglePlay says it uses these Permissions
I am using Bluetooth in this App.
Where is the ACCESS_WIFI_STATE, CHANGE_WIFI_STATE, MODIFY_PHONE_STATE, REBOOT, UPDATE_DEVICE_STATS permissions coming from?
MysteryDoubles has these library's difference from GolfScore:
AnimateGifEncorder
BitmapPlus
esClickSound
Serial
StringUtils
RSPopupmenu
TabHostExtras
ToggleLibrary
My mystery doubles program does not need phone access or internet access and does not include the phone library how can I clear up some of these permissions that are really not needed.
Or I guess a better question would be is HOW do I locate what/who is causing these permissions to be included? Is there a way to see what library's are invoking permissions?
ANY Helpful suggestions welcome.
Thanks BobVal
The two apps GolfScore (GS) and Mystery Doubles (MD)
GolfScore Manifest
GooglePlay says it uses these three Permissions (I am using GPS in this app)
MysteryDoubles Manifest
GooglePlay says it uses these Permissions
I am using Bluetooth in this App.
Where is the ACCESS_WIFI_STATE, CHANGE_WIFI_STATE, MODIFY_PHONE_STATE, REBOOT, UPDATE_DEVICE_STATS permissions coming from?
MysteryDoubles has these library's difference from GolfScore:
AnimateGifEncorder
BitmapPlus
esClickSound
Serial
StringUtils
RSPopupmenu
TabHostExtras
ToggleLibrary
My mystery doubles program does not need phone access or internet access and does not include the phone library how can I clear up some of these permissions that are really not needed.
Or I guess a better question would be is HOW do I locate what/who is causing these permissions to be included? Is there a way to see what library's are invoking permissions?
ANY Helpful suggestions welcome.
Thanks BobVal
Last edited: