Add description for ompl export notification
This commit is contained in:
parent
3b781df5d8
commit
f14406a480
@ -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);
|
||||
|
||||
|
@ -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>
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user