commit | 1fc931a38a9335b3b4b498c7cc31d37a777c7a5a | [log] [tgz] |
---|---|---|
author | Jason Monk <[email protected]> | Thu Dec 14 13:22:58 2017 -0500 |
committer | Jason Monk <[email protected]> | Sun Feb 18 13:02:25 2018 -0500 |
tree | 910234f60264e0a10f14106ce23f3e9f6f874751 | |
parent | 700448e4b480b7315d781c92c4a8f5538a02a745 [diff] [blame] |
Switch to inline mockito for a bunch of tests So we can mock final stuff Test: The tests Change-Id: Ia3a47c6655c4b0b9af0aea0ee6f8f6cb9ebaab09
diff --git a/services/tests/uiservicestests/AndroidManifest.xml b/services/tests/uiservicestests/AndroidManifest.xml index aabf9ea..fc459a0 100644 --- a/services/tests/uiservicestests/AndroidManifest.xml +++ b/services/tests/uiservicestests/AndroidManifest.xml
@@ -28,7 +28,7 @@ <uses-permission android:name="android.permission.ACCESS_VOICE_INTERACTION_SERVICE" /> <uses-permission android:name="android.permission.DEVICE_POWER" /> - <application> + <application android:debuggable="true"> <uses-library android:name="android.test.runner" /> <provider android:name=".DummyProvider"