We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3835cf commit 87af085Copy full SHA for 87af085
1 file changed
BetterBluetoothDeviceSort/src/debug/java/RestartSettingsActivity.kt
@@ -11,7 +11,7 @@ class RestartSettingsActivity : Activity() {
11
override fun onCreate(savedInstanceState: Bundle?) {
12
super.onCreate(savedInstanceState)
13
thread {
14
- Runtime.getRuntime().exec("su -c am force-stop com.android.settings").waitFor()
+ Runtime.getRuntime().exec("su -c am force-stop com.android.bluetooth").waitFor()
15
runOnUiThread {
16
try {
17
startActivity(Intent(Settings.ACTION_BLUETOOTH_SETTINGS).apply {
0 commit comments