You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
NotificationManager: handle non player part of MPRIS
This exposes the package name to MPRIS and allows to raise the application to the front when clicking the MPRIS notification.
This commit is contained in:
@@ -12,7 +12,7 @@ public class Application extends ContextWrapper {
|
||||
return getString(pkg.applicationInfo.icon);
|
||||
}
|
||||
|
||||
private String get_app_label() {
|
||||
String get_app_label() {
|
||||
return getString(pkg.applicationInfo.labelRes);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user