Merge "Make NsdService only start the native daemon when needed and automatically clean it up." am: 05081aa3b0 am: 27450253e2

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1717479

Change-Id: Idb9e8dcd7c38ee09e21a3e0af3e643c44f9aa357
This commit is contained in:
Luke Huang
2021-06-13 16:52:05 +00:00
committed by Automerger Merge Worker
2 changed files with 66 additions and 19 deletions

View File

@@ -199,6 +199,9 @@ public final class NsdManager {
/** @hide */
public static final int RESOLVE_SERVICE_SUCCEEDED = BASE + 20;
/** @hide */
public static final int DAEMON_CLEANUP = BASE + 21;
/** @hide */
public static final int ENABLE = BASE + 24;
/** @hide */