You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following error on build:
Android_HCE_Emulate_A_CreditCard/app/src/main/java/de/androidcrypto/android_hce_emulate_a_creditcard/HceCcEmulationServiceBasic.java:45: Error: The intent action HceCcEmulatorService (used to send a broadcast) matches the intent filter of a non-exported receiver, registered via a call to Context.registerReceiver, or similar. If you are trying to invoke this specific receiver via the action then you should use Intent.setPackage(<APPLICATION_ID>). [UnsafeImplicitIntentLaunch]
Intent intent = new Intent("HceCcEmulatorService");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
I am getting the following error on build:
Android_HCE_Emulate_A_CreditCard/app/src/main/java/de/androidcrypto/android_hce_emulate_a_creditcard/HceCcEmulationServiceBasic.java:45: Error: The intent action HceCcEmulatorService (used to send a broadcast) matches the intent filter of a non-exported receiver, registered via a call to Context.registerReceiver, or similar. If you are trying to invoke this specific receiver via the action then you should use Intent.setPackage(<APPLICATION_ID>). [UnsafeImplicitIntentLaunch]
Intent intent = new Intent("HceCcEmulatorService");
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: