OSDN Git Service

Fix Settings crashes after tapping "Learn more" in fingerprint page
authorliming.wang <liming.wang@sonymobile.com>
Thu, 27 Oct 2016 02:00:34 +0000 (10:00 +0800)
committerYoshinori Hirano <Yoshinori.Hirano@sonymobile.com>
Wed, 23 Aug 2017 03:32:40 +0000 (03:32 +0000)
commit0db5a9960835d3a04bf7ea4d7a06546a37f31316
tree914bda63f522edac74da0eb4b32a165d890e8b14
parent54eeafa052146144855dd254ec7d805eff92666c
Fix Settings crashes after tapping "Learn more" in fingerprint page

It is possible in certain build configurations to have an invalid
link. Instead of crashing, swallow the error and write to logs.

Fixes: 64322876
Test: manual - go to Settings > Security & Location > Fingerprint
               and then tap "Learn more"

Change-Id: I70beca880261df0ee3eef94f5469f44130ffd95a
src/com/android/settings/fingerprint/FingerprintSettings.java