Lines Matching +refs:android +refs:uninstall +refs:app
8 …ples/VoiceInteractionService/com.example.android.voiceinteractor.xml /system/etc/permissions/com.e…
9 6. adb shell mkdir /system/priv-app/SampleVoiceInteractor
10 …arget/product/$TARGET_PRODUCT/system/priv-app/SampleVoiceInteractor/SampleVoiceInteractor.apk /sys…
12 9. Go to the sample app info/settings.
15 12. Set the "Digital assistant app" to "Sample Voice Interactor" in the Android settings
17 com.example.android.voiceinteractor I/VIS: onAvailabilityChanged: 2
19 adb shell dumpsys package com.example.android.voiceinteractor | grep CAPTURE_AUDIO_HOTWORD
25 need to uninstall the app (go to the sample app info/settings -> 3 dots menu -> uninstall
30 2. Check the logs for the app and wait till it finishes recording.
32 appear twice; or open the sample app activity and click the button to play back the recorded
42 …com.example.android.voiceinteractor|AlwaysOnHotword|SoundTrigger|RecordingActivityMonitor|soundtri…
45 Trace events are used throughout the test app to measure the time it takes to read the AudioRecord
58 …* Follow this guide or a similar one: https://developer.android.com/topic/performance/tracing/on-d…