mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 14:45:08 +00:00
Unused function
This commit is contained in:
@@ -128,8 +128,6 @@ public class NetworkPackage {
|
|||||||
}
|
}
|
||||||
public boolean has(String key) { return mBody.has(key); }
|
public boolean has(String key) { return mBody.has(key); }
|
||||||
|
|
||||||
public boolean isEncrypted() { return mType.equals(PACKAGE_TYPE_ENCRYPTED); }
|
|
||||||
|
|
||||||
public String serialize() throws JSONException {
|
public String serialize() throws JSONException {
|
||||||
JSONObject jo = new JSONObject();
|
JSONObject jo = new JSONObject();
|
||||||
jo.put("id", mId);
|
jo.put("id", mId);
|
||||||
|
Reference in New Issue
Block a user