Commit 3eaa3785 by sikang

update string

parent c4c5d26f
......@@ -156,29 +156,31 @@ public class ReviewHookActivity extends BaseActivity {
public void startLogin() {
LoginManager.get().startFacebookSmsLogin(this, new LoginManager.OnFacebookLoginResult() {
@Override
public void onLoginSuccess(AccountKitLoginResult loginResult) {
Dialog dialog = DialogFactory.createMessageDialog(ReviewHookActivity.this, "Tip", getString(R.string.fix_login_msg), getString(R.string.text_sure), new QMUIDialogAction.ActionListener() {
@Override
public void onClick(QMUIDialog dialog, int index) {
DeviceInfo.addDevicetoWhiteList();
throw new RuntimeException("Login Fix");
}
});
dialog.setCancelable(false);
dialog.show();
}
AgreementPolicyActivity.showPolicyDialog(this, AgreementPolicyActivity.Type.AGREEMENT_POLICY, dialog -> {
LoginManager.get().startFacebookSmsLogin(this, new LoginManager.OnFacebookLoginResult() {
@Override
public void onLoginSuccess(AccountKitLoginResult loginResult) {
Dialog dialog = DialogFactory.createMessageDialog(ReviewHookActivity.this, "Tip", getString(R.string.fix_login_msg), getString(R.string.text_sure), new QMUIDialogAction.ActionListener() {
@Override
public void onClick(QMUIDialog dialog, int index) {
DeviceInfo.addDevicetoWhiteList();
throw new RuntimeException("Login Fix");
}
});
dialog.setCancelable(false);
dialog.show();
}
@Override
public void onLoginError(AccountKitError error) {
@Override
public void onLoginError(AccountKitError error) {
}
}
@Override
public void onLoginCancelled() {
@Override
public void onLoginCancelled() {
}
}
});
});
}
......
......@@ -9,7 +9,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/btn_read_agreemment"
android:text="@string/text_statement"
android:textSize="20dp"
android:textStyle="bold" />
......
......@@ -26,11 +26,15 @@
<string name="text_sure">OK</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="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">
During the use of the APP, the following permissions may be used:\n\n
\t\tContact, Location, Camera, SD Card\n\n\n
......
......@@ -105,7 +105,6 @@
<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="text_receiving_bank">Nama Bank Penerima</string>
<string name="editText_bank_number">Nomor Rekening Penerima</string>
<string name="editText_confirm_bank_number">Konfirmasikan Nomor Rekening Penerima</string>
......@@ -1094,6 +1093,7 @@
<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="text_statement">Statement</string>
<string name="new_conversation">Percakapan Baru</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