Fix CtsAppTestCases fails data value is larger than buffer

The size of information intent carries is limited by binder.
The data is stored in the binder delivery cache as a parcel object.

if the data value is larger than the pass buffer,
the pass call fails and TransactionTooLargeException is thrown.

Bug: 239386647
Test: CtsAppTestCases
Signed-off-by: V,Anilkumar <anilkumar.v@intel.com>
Change-Id: I60d529cff95b20ed98351622f68dede4443f2b30
1 file changed