2
0
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:
Nicolas Fella 2018-09-29 19:33:36 +02:00
parent 83432ed143
commit da3106f123

View File

@ -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;