You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
440 B
440 B
Embedded KitchenSink App
This is a privileged app for testing AAOS functionalities.
Usage
Build and Install
m -j EmbeddedKitchenSinkApp && adb install -r -d $ANDROID_PRODUCT_OUT/system/priv-app/EmbeddedKitchenSinkApp/EmbeddedKitchenSinkApp.apk
Start the app
adb shell am start com.google.android.car.kitchensink/.KitchenSinkActivity
Stop the app
adb shell kill `adb shell pgrep kitchensink`