2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-01 06:35:09 +00:00

Disable BigScreen by default

This commit is contained in:
Albert Vaca Cintora
2020-04-17 21:59:42 +02:00
parent f58b6c5c39
commit 7331bd5392

View File

@@ -56,6 +56,11 @@ public class BigscreenPlugin extends Plugin {
return ContextCompat.getDrawable(context, R.drawable.ic_presenter); return ContextCompat.getDrawable(context, R.drawable.ic_presenter);
} }
@Override
public boolean isEnabledByDefault() {
return false;
}
@Override @Override
public boolean hasSettings() { public boolean hasSettings() {
return false; return false;