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

bluetooth docs


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -