Add mechanism for Parcel to not allow FDs to be written to it.
This is to help implement issue #5224703. Change-Id: I026a5890495537d15b57fe61227a640aac806d46
This commit is contained in:
parent
9c63a80f1f
commit
6c31a2fb60
1 changed files with 1 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ enum {
|
|||
TIMED_OUT = 0x80000005,
|
||||
UNKNOWN_TRANSACTION = 0x80000006,
|
||||
#endif
|
||||
FDS_NOT_ALLOWED = 0x80000007,
|
||||
};
|
||||
|
||||
// Restore define; enumeration is in "android" namespace, so the value defined
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue