add tests and factory extends
This commit is contained in:
parent
d269206cbb
commit
83fd9d387a
14 changed files with 494 additions and 20 deletions
|
|
@ -36,8 +36,9 @@
|
|||
<activity android:name=".CollisionWithoutParentDelegateLastClassLoaderActivity"/>
|
||||
<activity android:name=".CollisionWithoutParentDexClassLoaderActivity"/>
|
||||
<activity android:name=".CollisionWithoutParentInMemoryDexClassLoaderActivity"/>
|
||||
<activity android:name=".CollisionWithoutParentPathClassLoaderActivity"/>
|
||||
<activity android:name=".MethodActivity"/>
|
||||
<activity android:name=".CollisionWithoutParentPathClassLoaderActivity"/>
|
||||
<!-- singleTop allow to send several intent to the same activity -->
|
||||
<activity android:name=".MethodActivity" android:exported="true" android:launchMode="singleTop"/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue