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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user