उपयोगकर्ता के डिवाइस में मौजूद Android कंटेनर में, लोड होने की सीमा तय करें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
उपयोगकर्ता के डिवाइस में मौजूद Android कंटेनर ऐसे ऐप्लिकेशन होते हैं जो
Android-पावर्ड डिवाइस. इसमें वे दोनों ऐप्लिकेशन शामिल हैं जो Android OS की नकल करते हैं
साथ ही, यह Android OS के कुछ हिस्सों की नकल करता है.
अगर आपको उपयोगकर्ता के डिवाइस में मौजूद Android कंटेनर ऐप्लिकेशन को लोड करने या Play को प्रॉक्सी करने से रोकना है
स्टोर ऐप्लिकेशन है, तो आप अपने ऐप्लिकेशन मेनिफ़ेस्ट में ऐसी स्ट्रिंग जोड़ सकते हैं जो यह बताए
प्रतिबंध.
इसके तहत एक प्रॉपर्टी बनाएं:
आपके Android पर <application>
android:name
के साथ मेनिफ़ेस्ट को REQUIRE_SECURE_ENV
पर सेट किया गया और android:value
सेट किया गया
से 1:
<property android:name="REQUIRE_SECURE_ENV" android:value="1" />
इस्तेमाल के इस उदाहरण में, REQUIRE_SECURE_ENV
प्रॉपर्टी का इस्तेमाल किया जा सकता है, भले ही
जिस Android वर्शन पर आपका ऐप्लिकेशन चलता है.
डिवाइस में मौजूद Android कंटेनर ऐप्लिकेशन
ज़रूरी है
.
डिवाइस में मौजूद Android कंटेनर के बारे में ज़्यादा जानकारी के लिए, सहायता पर जाएं
Center.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-27 (UTC) को अपडेट किया गया."],[],[],null,["# Limit loading in on-device Android containers\n\n*On-device Android containers* are apps that simulate the Android OS on an\nAndroid-powered device. This includes both apps that simulate the Android OS in\nits entirety and apps that only simulate portions of the Android OS.\n\nIf you don't want on-device Android container apps to load in or proxy your Play\nStore app, you can add a string to your app manifest that declares this\nrestriction.\n\nCreate a [property](/guide/topics/manifest/property-element) under the\n[`\u003capplication\u003e`](/guide/topics/manifest/application-element) in your Android\nmanifest with `android:name` set to `REQUIRE_SECURE_ENV` and `android:value` set\nto 1: \n\n \u003cproperty android:name=\"REQUIRE_SECURE_ENV\" android:value=\"1\" /\u003e\n\nFor this use case, you can use the `REQUIRE_SECURE_ENV` property regardless of\nthe Android version that your app runs on.\n\nOn-device Android container apps are\n[required](https://support.google.com/googleplay/android-developer/answer/9888379)\nto respect this declaration.\n\nFor more information about on-device Android containers, see the [Help\nCenter](https://support.google.com/googleplay/android-developer/answer/13609005)."]]