OSDN Git Service

Use the default SecureRandom provider.
authorNick Kralevich <nnk@google.com>
Fri, 24 Sep 2010 18:48:37 +0000 (11:48 -0700)
committerNick Kralevich <nnk@google.com>
Fri, 24 Sep 2010 18:48:37 +0000 (11:48 -0700)
commit9bb4ec484b9b9518bf5b17484dcb50727c58b5d1
treec16699b8186d0732750de0ee172d212ce44a3716
parentcbb7b05e35368b104c27089f5f16640680f567c2
Use the default SecureRandom provider.

Don't be tricky when trying to set the seed for the secure
random number generator.  Setting the seed manually eliminates
the internal randomization the SecureRandom class does automatically,
reducing randomness.  Just use the default seed, which is designed
to be safe.

Change-Id: I5747c2b3a10cf04e33d2202195951ed5cb82b2fe
packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java