OSDN Git Service

Fixing Trusted Credentials Settings crash
authorZoltan Szatmary-Ban <szatmz@google.com>
Wed, 10 Sep 2014 11:22:36 +0000 (12:22 +0100)
committerZoltan Szatmary-Ban <szatmz@google.com>
Wed, 10 Sep 2014 11:22:36 +0000 (12:22 +0100)
commit860e1e1f44bd22aed0a6549f8a5244b47b0fa98d
tree8f3b2bdeabc763c7c2d1a65ca20f1b6bb7de563d
parent72e5583d2a9af10f2750e9abd23c3d5400e3c789
Fixing Trusted Credentials Settings crash

List adapter's getCount method did not check for the case of uninitialised
data. This CL fixes that.

Bug:17437943
Change-Id: I72d7f2c92aa380b1aaafe0658bd920017ff23906
src/com/android/settings/TrustedCredentialsSettings.java