2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-31 14:15:14 +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);
}
@Override
public boolean isEnabledByDefault() {
return false;
}
@Override
public boolean hasSettings() {
return false;