Alé*_*lho 10 android localization android-8.0-oreo notification-channel
我创建了一个这样的通知频道:
NotificationChannel channel = new NotificationChannel(CHANNEL_ID_FOOBAR, getContext().getString(R.string.notification_channel_foobar), NotificationManager.IMPORTANCE_DEFAULT);
notificationManager.createNotificationChannel(channel);
Run Code Online (Sandbox Code Playgroud)
我为R.string.notification_channel_foobar提供了不同的翻译,并且使用创建时使用的语言创建了频道,因此如果我最终更改了设备的语言,那么该频道将保留旧语言.有没有办法克服这个问题,或者这是一个限制,即通过设计?
| 归档时间: |
|
| 查看次数: |
2058 次 |
| 最近记录: |