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.
|
3 years ago | |
---|---|---|
.. | ||
res | 3 years ago | |
src/com/google/android/car/kitchensink | 3 years ago | |
Android.bp | 3 years ago | |
AndroidManifest.xml | 3 years ago | |
README.md | 3 years ago |
README.md
Embedded KitchenSink App
This is a privileged app for testing AAOS functionalities.
Usage
Build and Install
m -j EmbeddedKitchenSinkApp && db 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`