enum to set the reason why bluetooth is enabled

This commit is contained in:
MajorCrazed
2017-11-01 17:33:12 +01:00
parent 8c16c2107f
commit 56ba639084

View File

@@ -0,0 +1,6 @@
package org.briarproject.bramble.api.plugin;
public enum BluetoothEnableDisableReason {
COMMUNICATION,
ADD_CONTACT
}