Merge "Make NsdService only start the native daemon when needed and automatically clean it up." into sc-dev

This commit is contained in:
Luke Huang
2021-06-15 04:52:43 +00:00
committed by Android (Google) Code Review
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 */