add sn binding

This commit is contained in:
lixiaopeng
2022-03-25 18:08:06 +08:00
parent e02459b102
commit 871f7e3ec7
8 changed files with 79 additions and 46 deletions

View File

@@ -12,4 +12,7 @@ public class SharedPrefsConstants {
public static final String LOCATION_LATITUDE = "location_latitude";
public static final String LOCATION_LONGITUDE = "location_longitude";
public static final String CAR_MODE_TYPE = "car_mode_type";
public static final String MAC_ADDRESS = "mac_address";
}