diff --git a/Assets/Plugins/Android/unityandroidbluetoothlelib.jar b/Assets/Plugins/Android/unityandroidbluetoothlelib.jar index 55740ba1..ee3ce4e1 100644 Binary files a/Assets/Plugins/Android/unityandroidbluetoothlelib.jar and b/Assets/Plugins/Android/unityandroidbluetoothlelib.jar differ diff --git a/Assets/Plugins/BluetoothDeviceScript.cs b/Assets/Plugins/BluetoothDeviceScript.cs index 7685952f..cc3c4399 100644 --- a/Assets/Plugins/BluetoothDeviceScript.cs +++ b/Assets/Plugins/BluetoothDeviceScript.cs @@ -26,7 +26,7 @@ public class BluetoothDeviceScript : MonoBehaviour public Action ConnectedDisconnectPeripheralAction { get; set; } public Action ConnectErrorAction { get; set; } public Action DisconnectedPeripheralAction; - public Action DeviceBleStatusDisconnectedAction; + public Action DeviceBleStatusDisconnectedAction { get; set; } public Action DiscoveredServiceAction; public Action DiscoveredCharacteristicAction; public Action DidWriteCharacteristicAction; diff --git a/Assets/Resources/UI/language.json b/Assets/Resources/UI/language.json index 09e6a2bc..a28d0444 100644 --- a/Assets/Resources/UI/language.json +++ b/Assets/Resources/UI/language.json @@ -368,7 +368,8 @@ "FINISH": "终点", "Continue the game?": "有中断的划船记录,是否继续?", "Save the game?": "有中断的划船记录,是否保存?", - "Please make sure the device is powered on an awakened": "请确保设备有电且已唤醒" + "Please make sure the device is powered on an awakened": "请确保设备有电且已唤醒", + "Powerfun need location service permission,please open the location permission.": "Powerfun需要定位服务权限,请打开定位服务权限!" }, "en": { "HOT ROUTES": "HOT ROUTES", @@ -731,6 +732,7 @@ "FINISH": "FINISH", "Continue the game?": "Continue the game?", "Save the game?": "Save the game?", - "Please make sure the device is powered on an awakened": "Please make sure the device is powered on an awakened" + "Please make sure the device is powered on an awakened": "Please make sure the device is powered on an awakened", + "Powerfun need location service permission,please open the location permission.": "Powerfun need location service permission,please open the location permission." } }