separate Intent serialization and action handling out of the NotificationManager

This way, the mechanism can in the future also be used to send Intents
from one app to another.
This commit is contained in:
Julian Winkler
2025-07-07 16:41:10 +02:00
parent 3708cc990e
commit 4ec150c802
9 changed files with 171 additions and 90 deletions

View File

@@ -193,6 +193,7 @@ resources = gnome.compile_resources('com.gitlab.android_translation_layer.androi
executable('android-translation-layer', [
'src/main-executable/main.c',
'src/main-executable/actions.c',
'src/main-executable/back_button.c',
'src/main-executable/bionic_compat.c',
'src/main-executable/libc_bio_path_overrides.c',