finished Activity mock

This commit is contained in:
Ernir Erlingsson
2016-05-03 01:12:14 +02:00
parent 8bb1d444c6
commit 80f79d9ee0
4 changed files with 161 additions and 38 deletions

View File

@@ -0,0 +1,7 @@
package android.net.http;
// This class is here to fix an issue with Robolectric.
// https://github.com/robolectric/robolectric/issues/1862
// TODO Check if this class can be removed on next Robolectric update
public class AndroidHttpClient {
}