সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Android Advanced Protection Mode (AAPM) হল একটি নতুন বৈশিষ্ট্য যার লক্ষ্য ঝুঁকিপূর্ণ ব্যবহারকারীদের জন্য Android ডিভাইসের নিরাপত্তা বাড়ানো। এটি একটি একক সেটিং হিসাবে কাজ করে যা ডিভাইস সুরক্ষাকে শক্তিশালী করার জন্য ডিজাইন করা পূর্ব-নির্ধারিত কনফিগারেশনের একটি সেট প্রয়োগ করে। AAPM কিছু সম্ভাব্য হ্রাসকৃত কার্যকারিতা এবং ব্যবহারযোগ্যতার উপর নিরাপত্তাকে অগ্রাধিকার দেয়, যার অর্থ আক্রমণের পৃষ্ঠকে ছোট করার জন্য কিছু বৈশিষ্ট্য সীমিত হতে পারে।
প্রভাব
বিকাশকারীদের উপর প্রভাব নিম্নলিখিত বর্ণনা করা হয়েছে:
কার্যকারিতা: AAPM একটি একক সেটিং হিসাবে কাজ করে যা ঝুঁকিপূর্ণ ব্যবহারকারীদের ডিভাইসগুলির সুরক্ষা বাড়ানোর জন্য ডিজাইন করা সুরক্ষা কনফিগারেশনের একটি সংগ্রহ সক্রিয় করে। এটি নির্দিষ্ট পরিষেবার আচরণে পরিবর্তন আনবে, যা অ্যাপ বিকাশকারীদের সমাধান করতে হবে।
সাবস্ক্রাইব করা অ্যাপ্লিকেশানগুলিতে সংকেত: ব্যবহারকারী AAPM সক্ষম করার পরে, সমস্ত সদস্যতা নেওয়া অ্যাপ্লিকেশনগুলিতে একটি সংকেত প্রেরণ করা হবে৷ এই সংকেতটি AAPM দ্বারা সক্রিয় বৈশিষ্ট্যগুলির পরিবর্তিত আচরণের সাথে খাপ খাইয়ে নেওয়ার জন্য এই অ্যাপ্লিকেশনগুলির জন্য একটি বিজ্ঞপ্তি৷
অ্যাপ পরিবর্তন: সাবস্ক্রাইব করা অ্যাপ্লিকেশনগুলির বিকাশকারীদের AAPM দ্বারা ট্রিগার করা আচরণগত পরিবর্তনগুলি মেনে চলতে তাদের অ্যাপগুলিকে সংশোধন করতে হবে৷ এই ধরনের পরিবর্তনের উদাহরণগুলির মধ্যে রয়েছে:
2G এবং WEP নেটওয়ার্ক সংযোগগুলি অক্ষম করার জন্য অ্যাপের যুক্তি সামঞ্জস্য করা।
সাইডলোডিং প্রতিরোধের সাথে সারিবদ্ধ করতে অ্যাপের আচরণ পরিবর্তন করা হচ্ছে।
ফরেনসিক লগিং উপস্থিতি অভিযোজিত.
অজানা নম্বর থেকে কল ব্লক করার কারণে কল হ্যান্ডলিং সম্পর্কিত কার্যকারিতা সামঞ্জস্য করা।
মেসেজিং অ্যাপ্লিকেশানগুলির মধ্যে লিঙ্কগুলির জন্য স্প্যাম সুরক্ষা প্রক্রিয়াগুলির সাথে একীভূত করা বা সামঞ্জস্য করা৷
ঝুঁকিপূর্ণ ব্যবহারকারীদের আরও সুরক্ষিত করতে অ্যাপ ডেভেলপারদের কাছ থেকে অতিরিক্ত প্রশমন সহ।
টার্গেট অডিয়েন্স: প্রাথমিকভাবে, AAPM সেই অ্যাপগুলিকে প্রভাবিত করবে বলে প্রত্যাশিত যেগুলি উচ্চতর নিরাপত্তা সচেতনতা সহ ব্যবহারকারীদের জন্য তৈরি করা নিরাপত্তা বৈশিষ্ট্যগুলিকে অন্তর্ভুক্ত করে৷ এই অ্যাপগুলি স্বয়ংক্রিয় সক্রিয়করণ থেকে উপকৃত হয় যখন কোনও ব্যবহারকারী AAPM বেছে নেয়।
AAPM এর সাথে একীভূত করুন
প্রাসঙ্গিক API ব্যবহার করার জন্য নিম্নলিখিত অনুমতি ঘোষণা করা প্রয়োজন
নিম্নলিখিত APIগুলি নতুন প্রবর্তিত AdvanceProtectionManager সিস্টেম পরিষেবা থেকে।
publicclassAdvancedProtectionManager(){// Check the current statuspublicbooleanisAdvancedProtectionEnabled();// Be alerted when status changespublicvoidregisterAdvancedProtectionCallback(Executorexecutor,Callbackcallback);publicvoidunregisterAdvancedProtectionCallback(Callbackcallback);}publicclassCallback(){// Called when advanced protection state changesvoidonAdvancedProtectionChanged(booleanenabled);}
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 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-29 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."]]