OSDN Git Service

Check for DeviceAdminInfo type before casting
authorZoltan Szatmary-Ban <szatmz@google.com>
Thu, 28 Aug 2014 12:13:34 +0000 (13:13 +0100)
committerZoltan Szatmary-Ban <szatmz@google.com>
Thu, 28 Aug 2014 12:13:34 +0000 (13:13 +0100)
commitd92897d39fb9734cf2fd8c74ff1f6f3233933086
tree25c6d86bbed45c0ddbbe1baa0fef1a1918c060f2
parente58fda7997fd2313f0592e4bb0477d22fe5b6fb4
Check for DeviceAdminInfo type before casting

Race conditions seem to cause disabled list adapter items to trigger an
onListItemClick event. Type of item object needs to be checked therefore.

Bug:17187120
Change-Id: I469004081c89c9ba24dfa95872b54648a26213f9
src/com/android/settings/DeviceAdminSettings.java