I am using Location API and HttpConnection
in my J2ME Application which keeps tracking updated location and showing image of Google Map, So it is asking for user permission repeatedly.
How to avoid this ?
I am using Location API and HttpConnection
in my J2ME Application which keeps tracking updated location and showing image of Google Map, So it is asking for user permission repeatedly.
How to avoid this ?
The Permission you are talking about it a security permissions. To remove these security permission message you need to sign your mobile application with some certified authority like Verysign or Thawte
You need to purchase a licensing certificate from the site. Once you get the certificate ( which is valid of a year and cost is around 20K India Rupee ) you can sign any many applications as you want.
J2ME architecture is made to protect, not to run all the API without permission. The high level API's like create/read/delete file, make http request,Location API etc must require your application to be sign to avoid the security messages.