secant-android-wallet/configuration-impl-android-lib/src/debug/AndroidManifest.xml

13 lines
342 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<receiver
android:name=".internal.intent.IntentConfigurationReceiver"
android:enabled="true"
android:exported="true">
</receiver>
</application>
</manifest>