cranpose 0.1.115

Cranpose runtime and UI facade
Documentation
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<!-- The vibrator `cranpose_services::Haptics` drives for its amplitude,
     waveform and predefined effects. Without this permission `Vibrator`
     silently does nothing. -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-permission android:name="android.permission.VIBRATE" />
</manifest>