Skip to content
Snippets Groups Projects
Commit 13a74e1f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix work profile applications do not receive event transaction data" am: 67bf96ea

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1838431

Change-Id: Ib6e5532e0ab81d6ae17f46504f33602c999c743d
parents eec8e24e 67bf96ea
No related branches found
No related tags found
No related merge requests found
......@@ -41,5 +41,5 @@ package android.se.omapi;
interface ISecureElementService {
String[] getReaders();
android.se.omapi.ISecureElementReader getReader(in String reader);
boolean[] isNFCEventAllowed(in String reader, in byte[] aid, in String[] packageNames);
boolean[] isNfcEventAllowed(in String reader, in byte[] aid, in String[] packageNames, in int userId);
}
......@@ -52,7 +52,7 @@ interface ISecureElementService {
* Checks if the application defined by the package name is allowed to
* receive NFC transaction events for the defined AID.
*/
boolean[] isNFCEventAllowed(in String reader, in byte[] aid,
in String[] packageNames);
boolean[] isNfcEventAllowed(in String reader, in byte[] aid,
in String[] packageNames, in int userId);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment