संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ऑटोफ़िल फ़्रेमवर्क, Android 8.0 (एपीआई लेवल 26) और इसके बाद के वर्शन में उपलब्ध है.
पासवर्ड मैनेजर जैसे कुछ ऐप्लिकेशन, उपयोगकर्ता से मिले डेटा का इस्तेमाल करके दूसरे ऐप्लिकेशन में व्यू भर सकते हैं. ऐसे ऐप्लिकेशन जो दूसरे ऐप्लिकेशन के व्यू भरते हैं उन्हें ऑटोमैटिक भरने की सेवाएं कहा जाता है. ऑटोफ़िल फ़्रेमवर्क, किसी ऐप्लिकेशन और ऑटोफ़िल सेवा के बीच बातचीत को मैनेज करता है.
फ़ॉर्म भरने में समय लगता है और इसमें गलतियां होने की आशंका भी रहती है. ऑटोमैटिक भरने की सुविधा वाला फ़्रेमवर्क, उपयोगकर्ताओं को ये फ़ायदे देकर उनके अनुभव को बेहतर बनाता है:
फ़ील्ड में जानकारी भरने में लगने वाला समय कम हो जाता है. ऑटोमैटिक भरने की सुविधा की मदद से, उपयोगकर्ताओं को जानकारी दोबारा टाइप नहीं करनी पड़ती.
उपयोगकर्ता के इनपुट में होने वाली गड़बड़ियों को कम करना. टाइप करने में गड़बड़ियां हो सकती हैं. खास तौर पर, मोबाइल डिवाइसों पर. जानकारी टाइप करने की ज़रूरत कम होने से, टाइपिंग की गलतियां कम होती हैं.
Components
ऑटोमैटिक भरने की सुविधा वाले फ़्रेमवर्क में, ये मुख्य कॉम्पोनेंट शामिल होते हैं:
ऑटोमैटिक भरने की सेवाएं: पासवर्ड मैनेजर जैसे ऐप्लिकेशन, उपयोगकर्ता की जानकारी को सेव और स्टोर करते हैं. इस जानकारी का इस्तेमाल, कई ऐप्लिकेशन में किया जा सकता है.
अपने-आप भरने की सुविधा देने वाले क्लाइंट: ऐसे ऐप्लिकेशन जो ऐसे व्यू उपलब्ध कराते हैं जिनमें जानकारी भरनी होती है या जो उपयोगकर्ता का डेटा सेव करते हैं.
Android सिस्टम: यह ओएस, वर्कफ़्लो तय करता है. साथ ही, यह ऐसा इन्फ़्रास्ट्रक्चर उपलब्ध कराता है जिससे सेवाएं और क्लाइंट एक साथ काम कर पाते हैं.
ऑटोमैटिक भरने की सुविधा के वर्कफ़्लो के बारे में ज़्यादा जानकारी के लिए, AutofillService और AutofillManager के रेफ़रंस दस्तावेज़ देखें.
गाइड
ऑटोमैटिक भरने की सुविधा वाले फ़्रेमवर्क का इस्तेमाल करने के बारे में ज़्यादा जानने के लिए, यहां दी गई गाइड देखें:
कीबोर्ड और अन्य आईएमई को अपने-आप भरने की सुविधा इस्तेमाल करने की अनुमति दें. साथ ही, अपने-आप भरने की सुविधा देने वाली कंपनी को आईएमई इंटिग्रेशन की सुविधा चालू करने की अनुमति दें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-08-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-27 (UTC) को अपडेट किया गया."],[],[],null,["The autofill framework is available in Android 8.0 (API level 26) and higher.\n\nSome apps, such as password managers, can fill out the views in other apps with\ndata provided by the user. Apps that fill out other apps' views are called\n*autofill services*. The autofill framework manages the communication between an\napp and an autofill service.\n\nFilling out forms is a time-consuming and error-prone task. The autofill\nframework improves the user experience by providing the following benefits:\n\n- **Saving time spent filling in fields.** Autofill saves users from re-typing information.\n- **Minimizing user input errors.** Typing is prone to errors, especially on mobile devices. Minimizing the need to type information minimizes typos.\n\n| **Note:** Autofill works well with [Credential Manager](/identity/sign-in/credential-manager) and [passkeys](https://developers.google.com/identity/passkeys) to provide increased security and a smoother workflow.\n\nComponents\n\nThe autofill framework contains the following high-level components:\n\n- **Autofill services:** apps such as password managers that save and store user information that can be used in views across multiple apps.\n- **Autofill clients:** apps that provide views that need to be filled out or that hold the user's data.\n- **Android system:** the OS that defines the workflow and provides the infrastructure that makes services and clients work together.\n\nFor a detailed explanation of the autofill workflow, see the\n[`AutofillService`](/reference/android/service/autofill/AutofillService) and\n[`AutofillManager`](/reference/android/view/autofill/AutofillManager) reference\ndocumentation.\n\nGuides\n\nTo learn more about how to use the autofill framework, see the following guides:\n\n[Optimize your app for autofill](/guide/topics/text/autofill-optimize)\n: Check that your app is configured for use with the autofill framework.\n\n[Build autofill services](/guide/topics/text/autofill-services)\n: Implement your own autofill service.\n\n[Integrate autofill with keyboards](/guide/topics/text/ime-autofill)\n: Enable keyboards and other IMEs to use autofill, and enable your autofill\n provider to support IME integration."]]