修改提示语

hdrplus
Matthew 11 months ago
parent 56f5787f48
commit 917978bce5

@ -837,7 +837,7 @@ public class MicroPhotoService extends Service {
new Runnable() {
public void run() {
// Log.d(TAG, "Bluetooth Low Energy device is connected!!");
Toast.makeText(getApplicationContext(), "Connected!", Toast.LENGTH_SHORT).show();
Toast.makeText(getApplicationContext(), "MP Connected!", Toast.LENGTH_SHORT).show();
mStateService = STATE_SERVICE.CONNECTED;
startForeground(NOTIFICATION_ID_FOREGROUND_SERVICE, prepareNotification());
}

@ -744,7 +744,7 @@ public class MpMasterService extends Service {
new Runnable() {
public void run() {
// Log.d(TAG, "Bluetooth Low Energy device is connected!!");
Toast.makeText(getApplicationContext(), "Connected!", Toast.LENGTH_SHORT).show();
Toast.makeText(getApplicationContext(), "MST Connected!", Toast.LENGTH_SHORT).show();
mStateService = STATE_SERVICE.CONNECTED;
startForeground(NOTIFICATION_ID_FOREGROUND_SERVICE, prepareNotification());
}

Loading…
Cancel
Save