Android Programming and Technical Programming Technical

Which method is used to find GPS enabled or disabled pro-grammatically in android?

Options
1) finish()
2) getGPSStatus()
3) onProviderDisable()
4) getGPS().

Read Solution (Total 3)

Android Other Question

What are the wake locks available in android?

Options
1) FULL_WAKE_LOCK
2) SCREEN_BRIGHT_WAKE_LOCK
3) SCREEN_DIM_WAKE_LOCK
4) PARTIAL_WAKE_LOCK
If you need your interface to work across different processes, you can create an interface for the service with a ________?

Options

1) Binder
2) Messenger
3) AIDL
4) 2 & 3