diff options
Diffstat (limited to 'net/download/service/src/main/res/values/ids.xml')
-rw-r--r-- | net/download/service/src/main/res/values/ids.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/download/service/src/main/res/values/ids.xml b/net/download/service/src/main/res/values/ids.xml new file mode 100644 index 000000000..cfd4c941b --- /dev/null +++ b/net/download/service/src/main/res/values/ids.xml @@ -0,0 +1,6 @@ +<resources> + <item name="notification_downloading" type="id"/> + <item name="notification_updating_feeds" type="id"/> + <item name="notification_download_report" type="id"/> + <item name="notification_auto_download_report" type="id"/> +</resources> |