संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android ऐडवांस प्रोटेक्शन मोड (AAPM) एक नई सुविधा है. इसका मकसद, ज़्यादा जोखिम वाले उपयोगकर्ताओं के Android डिवाइसों की सुरक्षा को बेहतर बनाना है. यह एक सेटिंग के तौर पर काम करती है, जो पहले से तय किए गए कॉन्फ़िगरेशन का एक सेट लागू करती है. यह कॉन्फ़िगरेशन, डिवाइस की सुरक्षा को बेहतर बनाने के लिए डिज़ाइन किए गए हैं. AAPM, कुछ कम की गई सुविधाओं और इस्तेमाल करने के तरीके के मुकाबले, सुरक्षा को प्राथमिकता देता है. इसका मतलब है कि हम कुछ सुविधाओं पर पाबंदी लगा सकते हैं, ताकि हम हमले के दायरे को कम कर सकें.
असर
डेवलपर पर इसका असर इस तरह पड़ेगा:
काम करने का तरीका: AAPM एक सेटिंग के तौर पर काम करता है. यह सुरक्षा से जुड़े कॉन्फ़िगरेशन का एक कलेक्शन चालू करता है. इन कॉन्फ़िगरेशन को, खतरे में पड़े उपयोगकर्ताओं के डिवाइसों की सुरक्षा को बेहतर बनाने के लिए डिज़ाइन किया गया है. इससे कुछ सेवाओं के काम करने के तरीके में बदलाव होंगे. ऐप्लिकेशन डेवलपर को इन बदलावों को ठीक करना होगा.
सदस्यता वाले ऐप्लिकेशन को सिग्नल भेजना: जब कोई उपयोगकर्ता AAPM चालू करता है, तो सदस्यता वाले सभी ऐप्लिकेशन को एक सिग्नल भेजा जाएगा. यह सिग्नल, इन ऐप्लिकेशन के लिए एक सूचना है. इससे, इन ऐप्लिकेशन को AAPM की मदद से चालू की गई सुविधाओं के बदले हुए व्यवहार के हिसाब से ढल जाने में मदद मिलती है.
ऐप्लिकेशन में बदलाव: सदस्यता वाले ऐप्लिकेशन के डेवलपर को अपने ऐप्लिकेशन में बदलाव करने होंगे, ताकि वे AAPM की वजह से उपयोगकर्ता के व्यवहार में हुए बदलावों का पालन कर सकें.
ऐसे बदलावों के उदाहरण:
2G और WEP नेटवर्क कनेक्शन बंद करने के लिए, ऐप्लिकेशन के लॉजिक में बदलाव करना.
साइडलोडिंग को रोकने के लिए, ऐप्लिकेशन के काम करने के तरीके में बदलाव करना.
फ़ॉरेंसिक लॉगिंग की सुविधा के हिसाब से बदलाव करना.
अनजान नंबर से आने वाले कॉल को ब्लॉक करने की वजह से, कॉल मैनेज करने से जुड़ी सुविधाओं में बदलाव किया जा रहा है.
मैसेजिंग ऐप्लिकेशन में मौजूद लिंक के लिए, स्पैम से सुरक्षा देने वाले तरीकों के साथ इंटिग्रेट करना या उन्हें शामिल करना.
खतरे में पड़े उपयोगकर्ताओं को और सुरक्षित रखने के लिए, ऐप्लिकेशन डेवलपर से मिलने वाले अतिरिक्त उपाय शामिल करना.
टारगेट ऑडियंस: मुख्य रूप से, एएपीएम का असर उन ऐप्लिकेशन पर पड़ेगा जिनमें सुरक्षा से जुड़ी बेहतर जागरूकता वाले उपयोगकर्ताओं के लिए, सुरक्षा से जुड़ी सुविधाएं शामिल की गई हैं. जब कोई उपयोगकर्ता एएपीएम के लिए ऑप्ट इन करता है, तो इन ऐप्लिकेशन को अपने-आप चालू होने की सुविधा का फ़ायदा मिलता है.
AAPM के साथ इंटिग्रेट करना
काम के एपीआई का इस्तेमाल करने के लिए, नीचे दी गई अनुमति का एलान करना ज़रूरी है
यहां दिए गए एपीआई, हाल ही में लॉन्च की गई AdvanceProtectionManager
सिस्टम सेवा से जुड़े हैं.
publicclassAdvancedProtectionManager(){// Check the current statuspublicbooleanisAdvancedProtectionEnabled();// Be alerted when status changespublicvoidregisterAdvancedProtectionCallback(Executorexecutor,Callbackcallback);publicvoidunregisterAdvancedProtectionCallback(Callbackcallback);}publicclassCallback(){// Called when advanced protection state changesvoidonAdvancedProtectionChanged(booleanenabled);}
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, Oracle और/या इससे जुड़ी हुई कंपनियों के ट्रेडमार्क या रजिस्टर किए हुए ट्रेडमार्क हैं.
आखिरी बार 2025-07-26 (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-07-26 (UTC) को अपडेट किया गया."],[],[],null,["# Advanced Protection Mode\n\nAndroid Advanced Protection Mode (AAPM) is a new feature aimed at enhancing the\nsecurity of Android devices for at-risk users. It functions as a single setting\nthat implements a set of pre-determined configurations designed to bolster\ndevice protection. AAPM prioritizes security over some potentially diminished\nfunctionality and usability, meaning some features might be restricted to\nminimize the attack surface.\n\nImpact\n------\n\nThe impact towards developers is described in the following:\n\n- Functionality: AAPM operates as a single setting that activates a collection of security configurations designed to enhance the protection of at-risk users' devices. It will introduce changes to the behavior of certain services, which app developers will need to address.\n- Signal to Subscribed Apps: Upon a user enabling AAPM, a signal will be transmitted to all subscribed applications. This signal is a notification to these applications to adapt to the altered behavior of the features enabled by AAPM.\n- App Modifications: Developers of subscribed applications are required to modify their apps to comply with the behavioral changes triggered by AAPM. Examples of such modifications include:\n - Adjusting app logic to accommodate the disabling of 2G and WEP network connections.\n - Modifying app behavior to align with the prevention of sideloading.\n - Adapting to the presence of forensic logging.\n - Adjusting functionalities related to call handling due to the blocking of calls from unknown numbers.\n - Integrating with or accommodating spam protection mechanisms for links within messaging apps.\n - Including additional mitigations from app developers to further protect at-risk users.\n- Target Audience: Primarily, AAPM is anticipated to affect apps that incorporate security features tailored for users with heightened security awareness. These apps stand to benefit from automatic activation when a user opts for AAPM.\n\nIntegrate with AAPM\n-------------------\n\nIn order to use the relevant APIs the following permission needs to be declared \n\n \u003cuses-permission android:name=\"android.permission.QUERY_ADVANCED_PROTECTION_MODE\" /\u003e\n\nThe following APIs are from the newly introduced `AdvanceProtectionManager`\nsystem service. \n\n public class AdvancedProtectionManager() {\n // Check the current status\n public boolean isAdvancedProtectionEnabled();\n\n // Be alerted when status changes\n public void registerAdvancedProtectionCallback(Executor executor, Callback callback);\n\n public void unregisterAdvancedProtectionCallback(Callback callback);\n }\n\n public class Callback() {\n // Called when advanced protection state changes\n void onAdvancedProtectionChanged(boolean enabled);\n }\n\n| **Note:** When an application terminates, its registered callbacks are removed. Because a terminated application cannot resume and receive AAPM status changes, it's best to register callbacks during the app's initialization phase. Additionally, perform an on-demand AAPM status query during initialization to ensure you have the current state."]]