Skip to content

Commit 143f5c9

Browse files
committed
Pairing updates
1 parent a6d682d commit 143f5c9

File tree

3 files changed

+234
-138
lines changed

3 files changed

+234
-138
lines changed

app/src/main/java/com/samsung/microbit/data/constants/RequestCodes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ private RequestCodes() {
88
}
99

1010
public static final int REQUEST_ENABLE_BT = 12345;
11+
public static final int REQUEST_ENABLE_LOCATION = 12346;
1112
public static final int REQUEST_RESTART_SERVICES = 110;
1213
}

app/src/main/java/com/samsung/microbit/data/model/ui/PairingActivityState.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
*/
66
public class PairingActivityState extends BaseActivityState {
77
public static final int STATE_ENABLE_BT_FOR_PAIRING = 5;
8+
public static final int STATE_ENABLE_LOCATION_FOR_PAIRING = 6;
89
}

0 commit comments

Comments
 (0)