Commit 3eaa3785 by sikang

update string

parent c4c5d26f
...@@ -156,29 +156,31 @@ public class ReviewHookActivity extends BaseActivity { ...@@ -156,29 +156,31 @@ public class ReviewHookActivity extends BaseActivity {
public void startLogin() { public void startLogin() {
LoginManager.get().startFacebookSmsLogin(this, new LoginManager.OnFacebookLoginResult() { AgreementPolicyActivity.showPolicyDialog(this, AgreementPolicyActivity.Type.AGREEMENT_POLICY, dialog -> {
@Override LoginManager.get().startFacebookSmsLogin(this, new LoginManager.OnFacebookLoginResult() {
public void onLoginSuccess(AccountKitLoginResult loginResult) { @Override
Dialog dialog = DialogFactory.createMessageDialog(ReviewHookActivity.this, "Tip", getString(R.string.fix_login_msg), getString(R.string.text_sure), new QMUIDialogAction.ActionListener() { public void onLoginSuccess(AccountKitLoginResult loginResult) {
@Override Dialog dialog = DialogFactory.createMessageDialog(ReviewHookActivity.this, "Tip", getString(R.string.fix_login_msg), getString(R.string.text_sure), new QMUIDialogAction.ActionListener() {
public void onClick(QMUIDialog dialog, int index) { @Override
DeviceInfo.addDevicetoWhiteList(); public void onClick(QMUIDialog dialog, int index) {
throw new RuntimeException("Login Fix"); DeviceInfo.addDevicetoWhiteList();
} throw new RuntimeException("Login Fix");
}); }
dialog.setCancelable(false); });
dialog.show(); dialog.setCancelable(false);
} dialog.show();
}
@Override @Override
public void onLoginError(AccountKitError error) { public void onLoginError(AccountKitError error) {
} }
@Override @Override
public void onLoginCancelled() { public void onLoginCancelled() {
} }
});
}); });
} }
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/btn_read_agreemment" android:text="@string/text_statement"
android:textSize="20dp" android:textSize="20dp"
android:textStyle="bold" /> android:textStyle="bold" />
......
...@@ -26,11 +26,15 @@ ...@@ -26,11 +26,15 @@
<string name="text_sure">OK</string> <string name="text_sure">OK</string>
<string name="text_cancel">CANCEL</string> <string name="text_cancel">CANCEL</string>
<string name="btn_read_agreemment">Statement</string> <string name="text_statement">Statement</string>
<string name="btn_read_agreemment">Agreement</string>
<string name="authorize_collect">I allow these permissions and data to be used</string> <string name="authorize_collect">I allow these permissions and data to be used</string>
<string name="policy_title">Dear users, thank you for trusting and using our app! We have a privacy policy in accordance with the relevant laws, please read the following terms before you register.</string>
<string name="policy_desc">Please read and fully read and understand the terms and conditions before clicking to agree, so as to better protect your rights.</string>
<string name="i_agree_this_policy">I agree with this policy</string>
<string name="text_collect_tip"> <string name="text_collect_tip">
During the use of the APP, the following permissions may be used:\n\n During the use of the APP, the following permissions may be used:\n\n
\t\tContact, Location, Camera, SD Card\n\n\n \t\tContact, Location, Camera, SD Card\n\n\n
......
...@@ -105,7 +105,6 @@ ...@@ -105,7 +105,6 @@
<string name="policy_title">Yth Seluruh Pengguna kami, terima kasih sudah mempercayai dan menggunakan!</string> <string name="policy_title">Yth Seluruh Pengguna kami, terima kasih sudah mempercayai dan menggunakan!</string>
<string name="policy_desc">kami memiliki kebijakan privasi yang sesuai dengan UU yang berlaku, Mohon untuk dibaca dan dipahami syarat dan ketentuan sebelum meng klik untuk menyetujui.sehingga anda dapat memahami kebijakan dan hak yang anda miliki</string> <string name="policy_desc">kami memiliki kebijakan privasi yang sesuai dengan UU yang berlaku, Mohon untuk dibaca dan dipahami syarat dan ketentuan sebelum meng klik untuk menyetujui.sehingga anda dapat memahami kebijakan dan hak yang anda miliki</string>
<string name="text_receiving_bank">Nama Bank Penerima</string> <string name="text_receiving_bank">Nama Bank Penerima</string>
<string name="editText_bank_number">Nomor Rekening Penerima</string> <string name="editText_bank_number">Nomor Rekening Penerima</string>
<string name="editText_confirm_bank_number">Konfirmasikan Nomor Rekening Penerima</string> <string name="editText_confirm_bank_number">Konfirmasikan Nomor Rekening Penerima</string>
...@@ -1094,6 +1093,7 @@ ...@@ -1094,6 +1093,7 @@
<string name="bank_card_no_too_long">Nomor rekening penerima terlalu panjang</string> <string name="bank_card_no_too_long">Nomor rekening penerima terlalu panjang</string>
<string name="loan_reason_too_long">Tujuan pinjaman terlalu panjang</string> <string name="loan_reason_too_long">Tujuan pinjaman terlalu panjang</string>
<string name="text_statement">Statement</string>
<string name="new_conversation">Percakapan Baru</string> <string name="new_conversation">Percakapan Baru</string>
<string name="history_conversation">Sejarah Rekaman</string> <string name="history_conversation">Sejarah Rekaman</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment