Как отобразить пользовательский диалог на домашнем экране Android? Первое создание BroadcastReceiver ()
Второе создание CustomDialog как действие
добавить в манифест
<activity android:name=".view.activity.CustomDialog"
android:launchMode="singleInstance"
android:screenOrientation="fullSensor"
android:theme="@style/AlertDialogTheme"
/>
добавить стиль AlertDialogTheme к стилю. xml
<style name="AlertDialogTheme" parent="Theme.MaterialComponents.Light.Dialog.Alert.Bridge">
</style>
Третье движение по намерению в CustomDilog () Упражнение