diff options
| author | Moyster <oysterized@gmail.com> | 2017-11-24 04:06:12 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-11-24 15:26:01 +0100 |
| commit | 0c08c7f9aaf2c03cb45f0596f1fdbe1a5d1a4a87 (patch) | |
| tree | 4698377b5d148917a54f4427ccfe194412a5a7a4 | |
| parent | 3637d8e7df0f20c90b9e45cda418d4a3025a0f29 (diff) | |
permissions: add stepcounter and stepdetectors
| -rw-r--r-- | board/permissions.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/permissions.mk b/board/permissions.mk index c52f26b..05fb623 100644 --- a/board/permissions.mk +++ b/board/permissions.mk @@ -22,4 +22,6 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \ + frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:system/etc/permissions/android.hardware.sensor.stepcounter.xml \ + frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:system/etc/permissions/android.hardware.sensor.stepdetector.xml |
