Skip to content
Snippets Groups Projects
Commit 75922a0a authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 629c98c2: Fix NFC image transfer

* commit '629c98c2':
  Fix NFC image transfer
parents 27fcf3ef 629c98c2
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,6 @@ allow nfc nfc_data_file:notdevfile_class_set create_file_perms;
allow nfc sysfs_nfc_power_writable:file rw_file_perms;
allow nfc sysfs:file write;
allow nfc sdcard_type:dir create_dir_perms;
allow nfc sdcard_type:file create_file_perms;
......@@ -12,6 +12,7 @@ unix_socket_connect(surfaceflinger, property, init)
# Perform Binder IPC.
binder_use(surfaceflinger)
binder_call(surfaceflinger, system_server)
binder_call(surfaceflinger, nfc)
binder_service(surfaceflinger)
# Access the GPU.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment