Skip to content
Snippets Groups Projects
Commit d7346da7 authored by Nick Kralevich's avatar Nick Kralevich Committed by The Android Automerger
Browse files

am 75922a0a: am 629c98c2: Fix NFC image transfer

* commit '75922a0a':
  Fix NFC image transfer
parent ec58f108
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.
Finish editing this message first!
Please register or to comment