Merge "Fix work profile applications do not receive event transaction data"
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user