Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 23-Nov-2023 | - | 1,318 | 896 | ||
src/com/android/car/rotaryplayground/ | 23-Nov-2023 | - | 1,563 | 892 | ||
Android.bp | D | 23-Nov-2023 | 986 | 38 | 31 | |
AndroidManifest.xml | D | 23-Nov-2023 | 1.3 KiB | 33 | 18 | |
readme.md | D | 23-Nov-2023 | 407 | 16 | 13 |
readme.md
1# Rotary Playground: Test app for rotary controller 2 3## Building 4``` 5make RotaryPlayground 6``` 7 8## Installing 9``` 10adb install out/target/product/[hardware]/system/app/RotaryPlayground/RotaryPlayground.apk 11``` 12 13## Once installed, launch Rotary Playground in the Launcher, or with this adb command: 14``` 15adb shell am start -n com.android.car.rotaryplayground/com.android.car.rotaryplayground.RotaryActivity 16```