My Tizen app makes network calls with CURL. I wanted to test if it fails while no internet connection is available. I disconnected internet but it still attempts to make network call, I guess because it is running connection with some bridge driver. So I turned on aeroplane mode, it showed warning all connections will be disabled. But It does not stop connections and all functionalities work as it would without that mode turning on. Tested wearable emulators with API V5.5 and 4.0 . How can I disconnect internet?
Why aeroplane mode on emulator not working?