Commit 367a70e6 by Lee Jaebin

GPSテスト

parent 49ff9960
...@@ -221,9 +221,12 @@ public class PairingSettingActivity extends ABVUIActivity { ...@@ -221,9 +221,12 @@ public class PairingSettingActivity extends ABVUIActivity {
// Toastを表示 // Toastを表示
Toast.makeText(getApplicationContext(), "GPSは無効です", Toast.makeText(getApplicationContext(), "GPSは無効です",
Toast.LENGTH_LONG).show(); Toast.LENGTH_LONG).show();
showSimpleAlertDialog(R.string.set_pairing_central_thermometer, R.string.msg_location_device_no_allow);
return;
// GPSが有効だった場合
} else { } else {
// GPSが有効だった場合
// Toastを表示 // Toastを表示
Toast.makeText(getApplicationContext(), "GPSは有効です", Toast.makeText(getApplicationContext(), "GPSは有効です",
Toast.LENGTH_LONG).show(); Toast.LENGTH_LONG).show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment