संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android 10 (एपीआई लेवल 29) और इसके बाद के वर्शन वाले डिवाइसों पर, Easy Connect का इस्तेमाल करके किसी दूसरे डिवाइस पर वाई-फ़ाई क्रेडेंशियल उपलब्ध कराए जा सकते हैं. यह WPS की जगह इस्तेमाल किया जा सकता है. WPS को Android 9 में बंद कर दिया गया था. ऐप्लिकेशन, ACTION_PROCESS_WIFI_EASY_CONNECT_URI इंटेंट का इस्तेमाल करके, सेटअप और प्रोविज़निंग फ़्लो में Easy Connect को इंटिग्रेट कर सकते हैं. इस इंटेंट के लिए यूआरआई की ज़रूरत होती है. कॉल करने वाला ऐप्लिकेशन, यूआरआई को कई तरीकों से वापस पा सकता है. जैसे, स्टिकर या डिसप्ले से क्यूआर कोड स्कैन करके या ब्लूटूथ एलई या एनएफ़सी विज्ञापनों को स्कैन करके.
यूआरआई उपलब्ध होने के बाद, ACTION_PROCESS_WIFI_EASY_CONNECT_URI इंटेंट का इस्तेमाल करके, दूसरे डिवाइस के वाई-फ़ाई क्रेडेंशियल का प्रावधान किया जा सकता है. इस कुकी की मदद से, उपयोगकर्ता को शेयर करने के लिए वाई-फ़ाई नेटवर्क चुनने और क्रेडेंशियल को सुरक्षित तरीके से ट्रांसफ़र करने की अनुमति मिलती है.
Easy Connect के लिए, जगह की जानकारी या वाई-फ़ाई की अनुमतियों की ज़रूरत नहीं होती.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-08-27 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-08-27 (UTC) को अपडेट किया गया."],[],[],null,["On Android 10 (API level 29) and higher devices, you can use Easy Connect to provision\nWi-Fi credentials to a peer device, as a replacement of WPS which was\ndeprecated in Android 9. Apps can integrate\nEasy Connect into their setup and provisioning flow by using the\n[`ACTION_PROCESS_WIFI_EASY_CONNECT_URI`](/reference/android/provider/Settings#ACTION_PROCESS_WIFI_EASY_CONNECT_URI)\nintent. This intent requires a URI. The calling app can retrieve the URI through\nvarious methods, including scanning a QR code from a sticker or display, or\nthrough scanning Bluetooth LE or NFC advertisements.\n\nOnce the URI is available, you can provision the peer device's Wi-Fi credentials\nwith the `ACTION_PROCESS_WIFI_EASY_CONNECT_URI` intent. This allows the\nuser to select a Wi-Fi network to share and securely transfer the credentials.\n\nEasy Connect does not require Location or Wi-Fi permissions.\n| **Note:** Before using this intent, the app *must* verify that Easy Connect is supported on the device by calling [`WifiManager.isEasyConnectSupported()`](/reference/android/net/wifi/WifiManager#isEasyConnectSupported())."]]