android - LocationManager and LOCATION_SERVICE -
are these 2 lines equivalent? behave differently in application.
locationmanager = (locationmanager) context.getsystemservice(location_service); locationmanager = (locationmanager) getsystemservice(context.location_service);
thanks
yes same, first other activity
or service
while other 1 of 2.
Comments
Post a Comment