Share with NFC, Qr Code sharing refactored, Receiving NFC is not ready yet

This commit is contained in:
Dominik Schürmann
2013-01-08 12:58:21 +01:00
parent 9758cb673f
commit 6cc7156fbd
18 changed files with 459 additions and 59 deletions

View File

@@ -36,7 +36,8 @@ public final class Id {
public static final int update = 0x21070004;
public static final int exportToServer = 0x21070005;
public static final int share_qr_code = 0x21070006;
public static final int signKey = 0x21070007;
public static final int share_nfc = 0x21070007;
public static final int signKey = 0x21070008;
public static final class option {
public static final int new_pass_phrase = 0x21070001;