From cdb250b7bafe118d1b6fc19cc660d65e48883e82 Mon Sep 17 00:00:00 2001 From: Shankari Date: Fri, 12 Apr 2024 07:08:03 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Add=20support=20for=20`?= =?UTF-8?q?bluetooth=5Fble`=20entries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Consistent with https://github.com/e-mission/e-mission-docs/issues/1062#issuecomment-2026185484 --- res/android/usercachekeys.xml | 1 + res/ios/usercachekeys.plist | 2 ++ 2 files changed, 3 insertions(+) diff --git a/res/android/usercachekeys.xml b/res/android/usercachekeys.xml index 4bf3d46..ddd0efd 100644 --- a/res/android/usercachekeys.xml +++ b/res/android/usercachekeys.xml @@ -5,6 +5,7 @@ background/motion_activity background/accelerometer background/battery + background/bluetooth_ble config/sensor_config config/sync_config config/consent diff --git a/res/ios/usercachekeys.plist b/res/ios/usercachekeys.plist index ed7977d..2c6421a 100644 --- a/res/ios/usercachekeys.plist +++ b/res/ios/usercachekeys.plist @@ -12,6 +12,8 @@ background/accelerometer key.usercache.battery background/battery + key.usercache.bluetooth_ble + background/bluetooth_ble key.usercache.sensor_config config/sensor_config key.usercache.sync_config