mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-06-29 00:19:19 +00:00
feat: Started changes to new Google extension
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
9
app/src/main/res/values/health_permissions.xml
Normal file
9
app/src/main/res/values/health_permissions.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<array name="health_permissions">
|
||||
<item>androidx.health.permission.HeartRate.READ</item>
|
||||
<item>androidx.health.permission.HeartRate.WRITE</item>
|
||||
<item>androidx.health.permission.Steps.READ</item>
|
||||
<item>androidx.health.permission.Steps.WRITE</item>
|
||||
</array>
|
||||
</resources>
|
Reference in New Issue
Block a user