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>
|
||||
Reference in New Issue
Block a user