Add description for ompl export notification

This commit is contained in:
Shinokuni 2019-12-21 13:26:58 +01:00
parent 3b781df5d8
commit f14406a480
3 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class ReadropsApp extends Application {
NotificationChannel opmlExportChannel = new NotificationChannel(OPML_EXPORT_CHANNEL_ID,
getString(R.string.opml_export), NotificationManager.IMPORTANCE_DEFAULT);
opmlExportChannel.setDescription(getString(R.string.opml_export_description));
NotificationManager manager = getSystemService(NotificationManager.class);

View File

@ -109,5 +109,6 @@
<string name="theme">Thème</string>
<string name="light">Clair</string>
<string name="dark">Sombre</string>
<string name="opml_export_description">Export des flux et dossiers</string>
</resources>

View File

@ -118,4 +118,5 @@
<string name="theme">Theme</string>
<string name="light">Light</string>
<string name="dark">Dark</string>
<string name="opml_export_description">Export feeds and folders</string>
</resources>