You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TENCENT SOTER is a biomatric standard as well as a platform held by Tencent.
109
+
TENCENT SOTER is a biometric standard as well as a platform held by Tencent.
110
110
111
-
There are more than 100 models, 230 million Android devices supporting TENCENT SOTER, and the number is still increading fast.
111
+
There are more than 100 models, 230 million Android devices supporting TENCENT SOTER, and the number is still increasing fast.
112
112
113
-
TENCENT SOTER has been already used in scenaries like WeChat fingerprint payment, fingerprint authentication in Official Account Webpages and Mini Programs.
113
+
TENCENT SOTER has been already used in scenarios like WeChat fingerprint payment, fingerprint authentication in Official Account Webpages and Mini Programs.
114
114
115
-
You can get a consistent experience in fingerprint authenticating in your applicaiton, like what it is like in WeChat Payment, by getting access to TENCENT SOTER.
115
+
You can get a consistent experience in fingerprint authenticating in your application, like what it is like in WeChat Payment, by getting access to TENCENT SOTER.
@@ -146,7 +146,7 @@ Add fingerprint permission declaration in `AndroidManifest.xml`
146
146
147
147
### Initialize
148
148
149
-
You need to initialize only once in application's lifecircle. You can either do it in `Application`'s onCreate, or anywhere before you need to use TENCENT SOTER.
149
+
You need to initialize only once in application's lifecycle. You can either do it in `Application`'s `onCreate()`, or anywhere before you need to use TENCENT SOTER.
You can release all the resource when you do not use TENCENT SOTER again by calling release. It will abort on-doing tasks and remove support status. TENCENT SOTER will not occupy too much room actually. You can only do it when you confirm that you did not need to use it, like switch an account.
184
+
You can release all the resource when you do not use TENCENT SOTER again by calling release. It will abort on-going tasks and remove support status. TENCENT SOTER will not occupy too much room actually. You can only do it when you confirm that you did not need to use it, like switch an account.
185
185
186
186
```java
187
187
SoterWrapperApi.release();
@@ -190,7 +190,7 @@ SoterWrapperApi.release();
190
190
## More Document
191
191
192
192
- Want to know more about TENCENT SOTER's mechanism? Check [this](https://github.com/Tencent/soter/wiki).
193
-
- Want to use TENCENT SOTER in more sensitive business scenaries like login, or even payment? Check [this](https://github.com/Tencent/soter/wiki).
193
+
- Want to use TENCENT SOTER in more sensitive business scenarios like login, or even payment? Check [this](https://github.com/Tencent/soter/wiki).
0 commit comments