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
Copy file name to clipboardExpand all lines: app/src/main/java/com/spr/selfcheck/NfcWriteActivity.java
+14-19Lines changed: 14 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
importandroid.nfc.Tag;
13
13
importandroid.nfc.tech.Ndef;
14
14
importandroid.nfc.tech.NdefFormatable;
15
+
importandroid.os.Build;
15
16
importandroid.os.Bundle;
16
17
importandroid.os.Parcelable;
17
18
importandroid.util.Log;
@@ -64,9 +65,9 @@ public void onCreate(Bundle savedInstanceState) {
64
65
isAuthorized = false;
65
66
access = newFirebaseAccess();
66
67
access.get_store_passcode(this);
67
-
txtInputGuide.setText("Input password, then press Next, then input the new tagID and press next again, then insert the card to write the ID to the tag.");
txtInputGuide.setText("You can go back to the login screen, or press the new tag ID in the input field, press next, then insert the new card to continue writing.");
<stringname="txt_guide">Input password, then press Next, then input the new tagID and press next again, then insert the card to write the ID to the tag.</string>
36
+
<stringname="txt_guide_after">You can go back to the login screen, or press the new tag ID in the input field, press next, then insert the new card to continue writing.</string>
37
+
<stringname="placeholder_id">ID</string>
38
+
<stringname="txt_guide_card_wrong">You have to type the password or the tagID and press Next before inserting the card!</string>
<stringname="txt_guide">Syötä salasana ja paina seuraava näppäintä. Tämän jälkeen syöty uuden tägin numero, pistä tägi puhelimen taakse ja paina uudelleen seuraava näppäintä.</string>
35
+
<stringname="txt_guide_after">Voit mennä takaisin alkuun takaisin näppäimellä tai jatkaa uusien tägien kirjoittamista syöttämällä uuden tägin numeron ja painamalla seuraava näppäintä.</string>
36
+
<stringname="placeholder_id">ID</string>
37
+
<stringname="txt_guide_card_wrong">Syötä myymälä salasana ja pain seuraav näppäintä ja sitten syöty uuden tägin numero ja laita nimikortti puhelimen taakse.</string>
<stringname="txt_guide">Input password, then press Next, then input the new tagID and press next again, then insert the card to write the ID to the tag.</string>
36
+
<stringname="txt_guide_after">You can go back to the login screen, or press the new tag ID in the input field, press next, then insert the new card to continue writing.</string>
37
+
<stringname="placeholder_id">ID</string>
38
+
<stringname="txt_guide_card_wrong">You have to type the password or the tagID and press Next before inserting the card!</string>
<stringname="txt_guide">Input password, then press Next, then input the new tagID and press next again, then insert the card to write the ID to the tag.</string>
35
+
<stringname="txt_guide_after">You can go back to the login screen, or press the new tag ID in the input field, press next, then insert the new card to continue writing.</string>
36
+
<stringname="placeholder_id">123456</string>
37
+
<stringname="txt_guide_card_wrong">You have to type the password or the tagID and press Next before inserting the card!</string>
0 commit comments