OSDN Git Service

Add support for PersistableBundle in C++
authorSamuel Tan <samueltan@google.com>
Tue, 24 Nov 2015 02:22:12 +0000 (18:22 -0800)
committerSamuel Tan <samueltan@google.com>
Mon, 14 Dec 2015 21:20:05 +0000 (13:20 -0800)
commit0a31202370581a91b3425e7b60757268d0f6b539
tree64d366d433e8100c2a5ab492025b4d54e227b6ea
parentc93d0937e4e86a260f4dc6b91971b6750f67a3f3
Add support for PersistableBundle in C++

Add support for PersistableBundle, a mapping from
String values to various types, in C++.

BUG: 25815410
Change-Id: If609b294a1709314bb4220afc4f2269b556babb8
include/binder/PersistableBundle.h [new file with mode: 0644]
libs/binder/Android.mk
libs/binder/PersistableBundle.cpp [new file with mode: 0644]