I'm trying to run the following piece of code:
mNsdManager = (NsdManager) context.getSystemService(android.content.Context.NSD_SERVICE);
but when building it complains that "cannot find symbol variable NSD_SERVICE"
Tried to make a clean build, invalidate caches and restart.
Any help will be appericated