Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lint warning releated to potential leak (#29715)
NsdManagerServiceBrowser.java:51: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing context to context.getApplicationContext() [WifiManagerPotentialLeak] Apply the recommendation from this check.
- Loading branch information