mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 13:47:41 +00:00
Make packet type definition private
This commit is contained in:
@@ -93,7 +93,7 @@ public class TelephonyPlugin extends Plugin {
|
|||||||
* <p>
|
* <p>
|
||||||
* The body should be empty
|
* 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 static final String KEY_PREF_BLOCKED_NUMBERS = "telephony_blocked_numbers";
|
||||||
private int lastState = TelephonyManager.CALL_STATE_IDLE;
|
private int lastState = TelephonyManager.CALL_STATE_IDLE;
|
||||||
|
Reference in New Issue
Block a user