Experimental NOTIFY support (RFC 5465)

This commit is contained in:
M66B
2020-12-02 14:39:48 +01:00
parent ab0144bd42
commit 9e0e786fb6
8 changed files with 82 additions and 4 deletions

View File

@@ -388,6 +388,8 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
editor.remove("tcp_keep_alive");
else if (version < 1407)
editor.remove("print_html_confirmed");
else if (version < 1413)
editor.remove("experiments");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");