Diff between 33d823d2ee03747478f99a9218a4f0f0095ede5f and 7d699101e2d345b9149fafb7e6edf6760f53717d
Changed Files
| File | Additions | Deletions | Status |
| android/main.c | +3 | -0 | modified |
Full Patch
diff --git a/android/main.c b/android/main.c
index 4367228..db8b39a 100644
--- a/android/main.c
+++ b/android/main.c
@@ -734,6 +734,9 @@ int main(int argc, char *argv[])
GError *err = NULL;
guint signal;
+ /* Core Service (ID=0) should always be considered registered */
+ services[0] = true;
+
context = g_option_context_new(NULL);
g_option_context_add_main_entries(context, options, NULL);