diff --git a/Tasker-and-ADB-commands.md b/Tasker-and-ADB-commands.md
index d45d2d3..990a92c 100644
--- a/Tasker-and-ADB-commands.md
+++ b/Tasker-and-ADB-commands.md
@@ -41,27 +41,6 @@ The following commands are available:
* `add_widget:NAME:[position]`
* `remove_widget:position`
-Also AIO Launcher 2.7.0 includes so-called custom widget. By itself, it does not show anything, but any text can be output to it by analogy with commands (instead of "cmd" you must write "widget"). Example:
-
-```
-adb shell am broadcast -a ru.execbit.aiolauncher.COMMAND --es widget 'Text'
-```
-
-In folded form, widget shows the first line of text. But you can specify your own text for the minimized state. Example:
-
-```
-adb shell am broadcast -a ru.execbit.aiolauncher.COMMAND --es widget_alt 'Text'
-```
-
-Widget supports many HTML tags:
-
-```
-First line
Second line
-Bold Line
Oblique Line
-Red text
-Text on green background
-```
-
To prevent third-party (malicious) applications from gaining the ability to control the launcher and write text to the widget, you can set a password to access the launcher. This password must be specified each time a command or text is sent:
```