الحد من التحميل في حاويات Android على الجهاز فقط
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
حاويات Android على الأجهزة هي تطبيقات تحاكي نظام التشغيل Android على
جهاز يعمل بنظام التشغيل Android ويشمل ذلك كلا التطبيقين اللذين يحاكي نظام التشغيل Android في
بالكامل والتطبيقات التي تحاكي أجزاءً فقط من نظام التشغيل Android.
إذا كنت لا تريد تحميل التطبيقات المُنشِئة لحاويات Android على الأجهزة إلى Google Play أو الخادم الوكيل
تطبيق Store، يمكنك إضافة سلسلة إلى بيان التطبيق تشير إلى ذلك
القيد.
إنشاء موقع ضمن
<application>
في جهاز Android
بيان مع ضبط android:name
على REQUIRE_SECURE_ENV
وandroid:value
مجموعة
إلى 1:
<property android:name="REQUIRE_SECURE_ENV" android:value="1" />
في حالة الاستخدام هذه، يمكنك استخدام السمة REQUIRE_SECURE_ENV
بصرف النظر عن
إصدار Android الذي يعمل عليه تطبيقك
التطبيقات المُنشِئة لحاويات Android على الأجهزة
مطلوب
باحترام هذا البيان.
لمزيد من المعلومات عن حاويات Android على الأجهزة، يُرجى الاطّلاع على مقالة المساعدة
الوسط.
يخضع كل من المحتوى وعيّنات التعليمات البرمجية في هذه الصفحة للتراخيص الموضحّة في ترخيص استخدام المحتوى. إنّ Java وOpenJDK هما علامتان تجاريتان مسجَّلتان لشركة Oracle و/أو الشركات التابعة لها.
تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-27 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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)."]]