Search code examples
androiddlna

How to check whether an android device supports DLNA or not programmatically


I want to check whether an android device supports DLNA or not programmatically,Is there a way to find it,i did try in the developers website but i couldn't find it,


Solution

  • Use Cling to write UPnP/DLNA Android clients or even server applications.

    All features of Cling Core are supported on Android The full source code of the UPnPBrowser example application of the manual can be found here.