Fixed notifications and Bluetooth permissions issues on Android 13 Go. Re-start of the app improved to reduce the chance of leaving part of background service running, but this may make startup activity seem less stable.
This commit is contained in:
@@ -73,14 +73,13 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="#00FF00"
|
||||
android:drawSelectorOnTop="false" />
|
||||
|
||||
<TextView
|
||||
android:id="@android:id/empty"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#FF0000"
|
||||
android:background="#101010"
|
||||
android:text="No data" />
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -571,4 +571,7 @@
|
||||
<string name="battery_history">Battery History</string>
|
||||
<string name="watch_batt_hist">Watch Battery History (%)</string>
|
||||
<string name="ble_connected_warning_text">NOTE: Devices will not appear on this list if they are already connected - disconnect device from GadgetBridge etc. to allow it to be selected here</string>
|
||||
<string name="BTPermissionWarning">Bluetooth Permissions Not Granted</string>
|
||||
<string name="BTpermissions_required">Bluetooth Permissions Required</string>
|
||||
<string name="BT_permissions_rationale">Bluetooth permissions are required to communicate with the bluetooth (BLE) data source</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user