diff options
author | Roshan Pius <rpius@google.com> | 2020-02-20 12:49:45 -0800 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2020-02-20 14:03:17 -0800 |
commit | ea33fb9ab82156be49dc5b2268946493746797c8 (patch) | |
tree | 4b1453b666ff73d3aa8cecec53a5b73b0bbc8694 /services/api | |
parent | c264e21e534cfd12ceb0b154e2b4e1a22699bd29 (diff) |
SupplicantManager: Expose an API to start/stop supplicant daemon
Bug: 149923078
Test: Compiles
Change-Id: Ic7027f0d18abee2ea1c9e48700c706954d54773a
Diffstat (limited to 'services/api')
-rw-r--r-- | services/api/current.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/services/api/current.txt b/services/api/current.txt index 26a65f21ed83..4a0a0d8e5aef 100644 --- a/services/api/current.txt +++ b/services/api/current.txt @@ -74,3 +74,12 @@ package com.android.server { } +package com.android.server.wifi { + + public class SupplicantManager { + method public static void start(); + method public static void stop(); + } + +} + |