diff options
author | ByteHamster <info@bytehamster.com> | 2020-03-26 22:23:32 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-03-26 22:36:23 +0100 |
commit | 855681e0ee73202ea139ab62661bb95405f79f5c (patch) | |
tree | 686450cd6257e15bc88f9dacfa007269092d9622 /core/src/main/res | |
parent | 38c1b559e3d3a7714a4fd0b1fe41ed94a1bcd526 (diff) | |
download | AntennaPod-855681e0ee73202ea139ab62661bb95405f79f5c.zip |
Removed WiFi filter on Android 10
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/drawable/ic_warning_red.xml | 5 | ||||
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/core/src/main/res/drawable/ic_warning_red.xml b/core/src/main/res/drawable/ic_warning_red.xml deleted file mode 100644 index 475a41bbb..000000000 --- a/core/src/main/res/drawable/ic_warning_red.xml +++ /dev/null @@ -1,5 +0,0 @@ -<vector android:height="24dp" android:tint="#FF0000" - android:viewportHeight="24.0" android:viewportWidth="24.0" - android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android"> - <path android:fillColor="#FF000000" android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/> -</vector> diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 2f80ac416..694ea0df2 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -416,8 +416,6 @@ <string name="pref_automatic_download_sum">Configure the automatic download of episodes.</string> <string name="pref_autodl_wifi_filter_title">Enable Wi-Fi filter</string> <string name="pref_autodl_wifi_filter_sum">Allow automatic download only for selected Wi-Fi networks.</string> - <string name="autodl_wifi_filter_permission_title">Permission required</string> - <string name="autodl_wifi_filter_permission_message">Location permission is required for Wi-Fi filter. Tap to grant the permission.</string> <string name="pref_automatic_download_on_battery_title">Download when not charging</string> <string name="pref_automatic_download_on_battery_sum">Allow automatic download when the battery is not charging</string> <string name="pref_parallel_downloads_title">Parallel Downloads</string> |