Update AndroidTestCase to AS 2.3 + Android tests refactoring
This commit is contained in:
Vendored
+1
-1
@@ -5,6 +5,6 @@
|
||||
|
||||
|
||||
<application>
|
||||
<activity android:name=".Test$MyActivity"/>
|
||||
<activity android:name=".Test$MyActivity" />
|
||||
</application>
|
||||
</manifest>
|
||||
Vendored
+1
-1
@@ -5,6 +5,6 @@
|
||||
|
||||
|
||||
<application>
|
||||
<activity android:name=".MyActivity"/>
|
||||
<activity android:name=".MyActivity" />
|
||||
</application>
|
||||
</manifest>
|
||||
+1
-1
@@ -5,6 +5,6 @@
|
||||
|
||||
|
||||
<application>
|
||||
<receiver android:name=".Test$MyReceiver"/>
|
||||
<receiver android:name=".Test$MyReceiver" />
|
||||
</application>
|
||||
</manifest>
|
||||
+1
-1
@@ -5,6 +5,6 @@
|
||||
|
||||
|
||||
<application>
|
||||
<receiver android:name=".MyReceiver"/>
|
||||
<receiver android:name=".MyReceiver" />
|
||||
</application>
|
||||
</manifest>
|
||||
Vendored
+1
-1
@@ -5,6 +5,6 @@
|
||||
|
||||
|
||||
<application>
|
||||
<service android:name=".Test$MyService"/>
|
||||
<service android:name=".Test$MyService" />
|
||||
</application>
|
||||
</manifest>
|
||||
Vendored
+1
-1
@@ -5,6 +5,6 @@
|
||||
|
||||
|
||||
<application>
|
||||
<service android:name=".MyService"/>
|
||||
<service android:name=".MyService" />
|
||||
</application>
|
||||
</manifest>
|
||||
+2
-3
@@ -1,7 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:orientation="vertical" android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user