Handle Google API Connection Problems

This commit is contained in:
Wang Han
2017-01-03 18:01:57 +08:00
committed by topjohnwu
parent 05c063b61d
commit bb2467d2ac
3 changed files with 14 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@
<string name="not_rooted">Not rooted</string>
<string name="proper_root">Properly rooted</string>
<string name="checking_safetyNet_status">Checking SafetyNet status…</string>
<string name="safetyNet_connection_failed">Cannot connect to Google API</string>
<string name="safetyNet_connection_suspended">Connection to Google API was suspended</string>
<string name="safetyNet_error">Cannot check SafetyNet, no Internet?</string>
<string name="safetyNet_fail">SafetyNet Failed: CTS profile mismatch</string>
<string name="safetyNet_pass">SafetyNet Passed</string>