| commit | 38af61a218194cc156396ca032077d02197f290b | [log] [tgz] | 
|---|---|---|
| author | Kevin Chyn <kchyn@google.com> | Fri Sep 21 17:15:33 2018 -0700 | 
| committer | Kevin Chyn <kchyn@google.com> | Fri Sep 21 17:15:33 2018 -0700 | 
| tree | 75bcfac999f484bb67933c9e6c222f6ec976cdc7 | |
| parent | ab19909a2a5ee41950e5685925346b805e6831ae [diff] | 
Rename OP_USE_FACE to OP_USE_BIOMETRIC Bug: 116340012 Test: builds Change-Id: Ibd8928cb5cd4bf3b40bd724986678c6931168e07
diff --git a/libs/binder/include/binder/AppOpsManager.h b/libs/binder/include/binder/AppOpsManager.h index 7870c7b..37237df 100644 --- a/libs/binder/include/binder/AppOpsManager.h +++ b/libs/binder/include/binder/AppOpsManager.h
@@ -108,7 +108,7 @@ OP_MANAGE_IPSEC_TUNNELS = 75, OP_START_FOREGROUND = 76, OP_BLUETOOTH_SCAN = 77, - OP_USE_FACE = 78, + OP_USE_BIOMETRIC = 78, }; AppOpsManager();