is there a way to switch an activity to android's default bluetooth activity -
i wanted ask if there way in current activity can switch system's default bluetooth activity when go setting>wireless , network>bluetooth settings ??
there is
intent settingsintent = new intent(android.provider.settings.action_bluetooth_settings); startactivity(settingsintent);
you may find docs useful
Comments
Post a Comment