mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 13:17:43 +00:00
Make packet type definition private
This commit is contained in:
parent
83432ed143
commit
da3106f123
@ -93,7 +93,7 @@ public class TelephonyPlugin extends Plugin {
|
||||
* <p>
|
||||
* The body should be empty
|
||||
*/
|
||||
public final static String PACKET_TYPE_TELEPHONY_REQUEST_MUTE = "kdeconnect.telephony.request_mute";
|
||||
private final static String PACKET_TYPE_TELEPHONY_REQUEST_MUTE = "kdeconnect.telephony.request_mute";
|
||||
|
||||
private static final String KEY_PREF_BLOCKED_NUMBERS = "telephony_blocked_numbers";
|
||||
private int lastState = TelephonyManager.CALL_STATE_IDLE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user