On Wed, Nov 4, 2015 at 9:15 PM, <[email protected]> wrote: > Hi experts and Ying, > > I find that the default limited fingerprint length is too short which easy > met below compile error: > *error: ro.build.fingerprint cannot exceed 91 bytes* > > Except to reduce the fingerprint content. Is there any suggestion for this > issue? > No.
> If we *hack* the PROPERTY_VALUE_MAX to extend the limited length, is > there any impacts? Like CTS test? > At run time you'll get empty string if you try to get value of ro.build.fingerprint. > > BTW, Strongly suggest that to extend the size. > You can file bug on https://code.google.com/p/android/issues/list > > Thanks > Yu > > -- > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > > --- > You received this message because you are subscribed to the Google Groups > "android-porting" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
