Capabilities like "http://tizen.org/feature/network.wifi" is static device configurations so you cannot change it. For emulators, "http://tizen.org/feature/network.ethernet" is true instead of wifi, so you could connect to the internet.
Best regards, Semun From: Dev <[email protected]> On Behalf Of Ugur Basural Sent: Thursday, December 3, 2020 10:57 PM To: [email protected] Subject: [Dev] Tizen TV 5.5 GetCapability Wifi Error I am developing a Tizen TV application and when I try to run the tizen.systeminfo.getCapability("http://tizen.org/feature/network.wifi") function in emulator, it returns false although I am connected to the Internet and able to do http requests. What should I do to get return value of true when I call this method? Also, here are my privileges in the config.xml file : <tizen:privilege name="http://tizen.org/privilege/internet"/> <tizen:privilege name="http://tizen.org/privilege/filesystem.write"/> <tizen:privilege name="http://tizen.org/privilege/system"/> <tizen:privilege name="http://tizen.org/privilege/telephony"/> <tizen:privilege name="http://tizen.org/privilege/application.launch"/> <tizen:privilege name="http://tizen.org/privilege/appmanager.launch"/> <tizen:privilege name="http://tizen.org/privilege/filesystem.read"/> <tizen:privilege name="http://tizen.org/privilege/tv.inputdevice"/> <tizen:privilege name="http://tizen.org/privilege/filesystem.write"/> <tizen:privilege name="http://developer.samsung.com/privilege/network.public"/> _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
