Skip to content

Commit dc0052e

Browse files
author
alexfaceplugin
committed
Update about page and others
1 parent 3326865 commit dc0052e

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

app/src/main/java/com/faceplugin/facerecognition/AboutActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class AboutActivity : AppCompatActivity() {
5454
}
5555

5656
findViewById<TextView>(R.id.txtTelegram).setOnClickListener {
57-
val general = Intent(Intent.ACTION_VIEW, Uri.parse("https://t.me/andywu0202"))
57+
val general = Intent(Intent.ACTION_VIEW, Uri.parse("https://t.me/faceplugin"))
5858
val generalResolvers: HashSet<String> = HashSet()
5959
val generalResolveInfo: List<ResolveInfo> = packageManager.queryIntentActivities(general, 0)
6060
for (info in generalResolveInfo) {
@@ -63,7 +63,7 @@ class AboutActivity : AppCompatActivity() {
6363
}
6464
}
6565

66-
val telegram = Intent(Intent.ACTION_VIEW, Uri.parse("https://t.me/andywu0202"))
66+
val telegram = Intent(Intent.ACTION_VIEW, Uri.parse("https://t.me/faceplugin"))
6767
var goodResolver = 0
6868

6969
val resInfo: List<ResolveInfo> = packageManager.queryIntentActivities(telegram, 0)

app/src/main/java/com/faceplugin/facerecognition/MainActivity.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ class MainActivity : AppCompatActivity() {
3131

3232

3333
var ret = FaceSDK.setActivation(
34-
"BHXyX7G02RB3wpAm3E3+87VOyDelFmVDeobU0eg5pOe6W9gX/KM1csCi18Dw9bPrq96V5OCtPz/z\n" +
35-
"fu64b+PDL4tPvoRics/+JF8iNakrqSOpF6jfYig5SPZAov6ufNoxdd01MpuYLZdjpLAfxr2DWho6\n" +
36-
"kiTH8vV/3IGT1ZjsLfmtllDeXE80oan4GuSYsGVj5YxwAeyUEKcAT6+wMipYUK0HXHVnKkAZp6rm\n" +
37-
"owBRpquxBUIlCMcbzYjIu0mu/lMy5ZIPklaLWflaG8rMIxJgFhOQMob4dV1cJcvNUdfv4PZwnUh2\n" +
38-
"1vz8s5Apn9KTsX2zPyJdF280zbsOTgljVvXe3Q=="
34+
"Nd7j+5R17t1DEkFbd8eXiVMSCdYkHNFMaLDYEMPtJehvdILceeRQDlzpCeOBw0BnyWGCK09XfQDX\n" +
35+
"l3jIeFIi001ynzyleFk5IwA7ZCqnYWBXOCaMfPpd/RUKMKewAdj5q5nbNRzTVIT2v2cir9g6yiNb\n" +
36+
"dav0nX3pLt0q+wB5gyyBZiBcL9Qg2vGeM7F/pN5j0m0v04BVle50GOpn7tIc4Bab+WEC3e9tYAQC\n" +
37+
"adKDtlWrV+wwsmvWtxbtafkohUEW/dGcjURPpQ1TVAj20wfpDdz6HEiXkJQ/jCbaQmg7haB9Pj9+\n" +
38+
"yl9CDAj/THRzoz8C193VhFQG6No8iUFc7w6oCg=="
3939
)
4040

4141
if (ret == FaceSDK.SDK_SUCCESS) {

app/src/main/res/layout/activity_about.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@
2323
android:layout_width="match_parent"
2424
android:layout_height="wrap_content"
2525
android:gravity="center_vertical | left"
26-
android:text=" We are a leading provider of SDKs for advanced biometric authentication technology, including Face Recognition, Face Liveness Detection, and ID Card Recognition.\n\n
27-
In addition to biometric authentication solutions, we provide software development services for computer vision and mobile applications\n\n
28-
With our team's extensive knowledge and proficiency in these areas, we can deliver exceptional results to our clients.\n\n
29-
If you're interested in learning more about how we can help you, please don't hesitate to get in touch with us today.\n\n\n
26+
android:text="FacePlugin Ltd specializes in cutting-edge solutions including face liveness detection, ID card recognition, face recognition, biometric authentication, and e-KYC (Electronic Know Your Customer) solutions.\n\n
27+
Our solutions cater to a diverse range of industries, including finance, healthcare, retail, transportation, government, and more.\n\n
28+
We are always available to support you here.\n\n\n
3029
Please contact us:"
3130
android:layout_marginLeft="16dp"
3231
android:layout_marginRight="16dp"
@@ -97,7 +96,7 @@ Please contact us:"
9796
android:layout_width="wrap_content"
9897
android:layout_height="wrap_content"
9998
android:layout_marginLeft="8dp"
100-
android:text="Telegram: https://t.me/andywu0202"
99+
android:text="Telegram: https://t.me/faceplugin"
101100
app:layout_constraintStart_toEndOf="@id/imageTelegram"
102101
app:layout_constraintTop_toTopOf="@id/imageTelegram"
103102
app:layout_constraintBottom_toBottomOf="@id/imageTelegram"

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
android:layout_height="48dp"
104104
android:layout_marginLeft="10dp"
105105
android:layout_weight="0.5"
106-
android:text="About"
106+
android:text="Help"
107107
app:icon="@drawable/ic_about" />
108108
</LinearLayout>
109109

0 commit comments

Comments
 (0)