12 lines
379 B
XML
12 lines
379 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2021-2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<!-- Sensor types -->
|
|
<string name="pickup_sensor_type">android.sensor.tilt_detector</string>
|
|
|
|
<!-- Sensor trigger values -->
|
|
<item name="pickup_sensor_value" format="float" type="dimen">0.0</item>
|
|
</resources>
|