- android.permission.READ_PHONE_STATE
- android.permission.ACCESS_WIFI_STATE
Sep 11, 2015
Intentsiti अनुप्रयोग विकास और पटकथा व्यवस्थाएं करने के लिए क्षमताओं कहते हैं. Intentsiti का नवीनतम संस्करण 1.2 डाउनलोड करें ताकि आप नए फ़ीचर्स और अपडेट्स का तुरंत आनंद ले सकें!
Updated the "wifilist" command in the network module. This returns a list of the currently-available WiFi networks. For each entry you get the SSID (name), BSSID (MAC address), signal strength, freq, and crypto. This makes it easy for your app to tell if a certain network is available, or to build your own network scanner.
Added the "pouch" module to store key-value pairs in the Intensiti app memory. This may be used to pass data between apps.