add tests and factory extends

This commit is contained in:
Jean-Marie Mineau 2025-04-17 15:38:23 +02:00
parent d269206cbb
commit 83fd9d387a
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
14 changed files with 494 additions and 20 deletions

View file

@ -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>