mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 05:39:53 +01:00
enum to set the reason why bluetooth is enabled
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package org.briarproject.bramble.api.plugin;
|
||||
|
||||
public enum BluetoothEnableDisableReason {
|
||||
COMMUNICATION,
|
||||
ADD_CONTACT
|
||||
}
|
||||
Reference in New Issue
Block a user