diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-22 03:21:30 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-04-22 03:21:30 -0400 |
commit | 7f371a95320a1d8aae29f8ca15f7fd972367b60e (patch) | |
tree | 01f5e3f8a03a1030cccb29a29fedb1e9a1bc8350 /app/src/main/res/xml/notification_widget_info.xml | |
parent | 2fc18d0803c86a3e6892842136e9342dca31a53f (diff) | |
download | frost-7f371a95320a1d8aae29f8ca15f7fd972367b60e.tar.gz frost-7f371a95320a1d8aae29f8ca15f7fd972367b60e.tar.bz2 frost-7f371a95320a1d8aae29f8ca15f7fd972367b60e.zip |
Update parsers and add widget items
Diffstat (limited to 'app/src/main/res/xml/notification_widget_info.xml')
-rw-r--r-- | app/src/main/res/xml/notification_widget_info.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/xml/notification_widget_info.xml b/app/src/main/res/xml/notification_widget_info.xml new file mode 100644 index 00000000..3cb97ed7 --- /dev/null +++ b/app/src/main/res/xml/notification_widget_info.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"> + +</appwidget-provider>
\ No newline at end of file |