Skip to content

Commit

Permalink
🗃️ Add support for bluetooth_ble entries
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Apr 12, 2024
1 parent 5c19a5c commit cdb250b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/android/usercachekeys.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<string name="key.usercache.activity">background/motion_activity</string>
<string name="key.usercache.accelerometer">background/accelerometer</string>
<string name="key.usercache.battery">background/battery</string>
<string name="key.usercache.bluetooth_ble">background/bluetooth_ble</string>
<string name="key.usercache.sensor_config">config/sensor_config</string>
<string name="key.usercache.sync_config">config/sync_config</string>
<string name="key.usercache.consent_config">config/consent</string>
Expand Down
2 changes: 2 additions & 0 deletions res/ios/usercachekeys.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<string>background/accelerometer</string>
<key>key.usercache.battery</key>
<string>background/battery</string>
<key>key.usercache.bluetooth_ble</key>
<string>background/bluetooth_ble</string>
<key>key.usercache.sensor_config</key>
<string>config/sensor_config</string>
<key>key.usercache.sync_config</key>
Expand Down

0 comments on commit cdb250b

Please sign in to comment.