ตั้งแต่วันที่ 27 มีนาคม 2025 เป็นต้นไป เราขอแนะนำให้ใช้ android-latest-release
แทน aosp-main
เพื่อสร้างและมีส่วนร่วมใน AOSP โปรดดูข้อมูลเพิ่มเติมที่หัวข้อการเปลี่ยนแปลงใน AOSP
แนวทางปฏิบัติแนะนำด้านความปลอดภัยด้านความเป็นส่วนตัว
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
หน้านี้มีคําแนะนําและแนวทางการเก็บรวบรวมข้อมูลเพื่อช่วยให้ผู้ใช้ Android ควบคุมการจัดการข้อมูลของตนเองได้
การบันทึกข้อมูล
การบันทึกข้อมูลจะเพิ่มความเสี่ยงในการเปิดเผยข้อมูลนั้นและลดประสิทธิภาพของระบบ เหตุการณ์ด้านความปลอดภัยสาธารณะหลายเหตุการณ์เกิดขึ้นเนื่องจากการบันทึกข้อมูลที่ละเอียดอ่อนของผู้ใช้
- อย่าเข้าสู่ระบบในการ์ด SD
- แอปหรือบริการของระบบไม่ควรบันทึกข้อมูลที่ได้จากแอปของบุคคลที่สามซึ่งอาจมีข้อมูลที่ละเอียดอ่อน
- แอปต้องไม่บันทึกข้อมูลส่วนบุคคลที่ระบุตัวบุคคลนั้นได้ (PII) เป็นส่วนหนึ่งของการทํางานตามปกติ เว้นแต่ว่าจําเป็นอย่างยิ่งในการให้ฟังก์ชันหลักของแอป
CTS ประกอบด้วยการทดสอบที่ตรวจหาข้อมูลที่อาจมีความละเอียดอ่อนในบันทึก
การรวบรวมเมตริก
การเก็บรวบรวมเมตริกอาจเป็นส่วนสําคัญในการทำความเข้าใจการใช้งานแอปและปรับปรุงประสบการณ์โดยรวมของผู้ใช้ อย่างไรก็ตาม การเก็บรวบรวมเมตริกที่กว้างเกินไปก็อาจก่อให้เกิดความเสี่ยงต่อความเป็นส่วนตัวของผู้ใช้ด้วย
- อย่ารวบรวมเมตริกหากเป็นไปได้
- หากจำเป็นต้องรวบรวมเมตริก ให้ขอความยินยอมจากผู้ใช้อย่างชัดเจน โดยให้ข้อมูลอย่างครบถ้วน และมีความเกี่ยวข้อง
- รวบรวมเฉพาะเมตริกที่จําเป็นเพื่อรองรับความน่าเชื่อถือของบริการ โดยมีข้อยกเว้นบางประการ
- หลีกเลี่ยงการเก็บรวบรวมข้อมูลที่ระบุตัวตนได้หรืออาจละเอียดอ่อนทุกครั้งที่เป็นไปได้ เช่น ตัวระบุฮาร์ดแวร์
- ตรวจสอบว่าข้อมูลได้รับการรวบรวมและลบข้อมูลระบุตัวบุคคลอย่างเพียงพอเมื่อใดก็ตามที่ทําได้
สปายแวร์
สปายแวร์หมายถึงซอฟต์แวร์ที่มุ่งรวบรวมข้อมูลเกี่ยวกับผู้ใช้หรืออุปกรณ์โดยที่ผู้ใช้ไม่รู้ตัว ซึ่งอาจส่งข้อมูลผู้ใช้ไปยังบุคคลอื่นโดยไม่ได้รับความยินยอม
- การส่งข้อมูลผู้ใช้หรือข้อมูลอุปกรณ์ต่อไปนี้โดยไม่ได้เปิดเผยหรือในลักษณะที่ผู้ใช้ไม่คาดคิดจะถือว่าเป็นสปายแวร์ (รายการนี้มีตัวอย่างที่สำคัญๆ แต่ไม่ใช่รายการที่ครอบคลุมทั้งหมด)
- ข้อมูลเกี่ยวกับรายชื่อติดต่อของผู้ใช้ (ชื่อ หมายเลขโทรศัพท์ อีเมล)
- รูปภาพหรือไฟล์อื่นๆ
- เนื้อหาจากอีเมลของผู้ใช้
- บันทึกการโทร
- บันทึก SMS
- ประวัติเว็บ
- บุ๊กมาร์กเบราเซอร์
- ข้อมูลส่วนตัวจากแอปอื่นๆ (
/data/
ไดเรกทอรีส่วนตัว)
- การบันทึกเสียงหรือการโทร
- รหัสผ่าน
- โทเค็น OAuth
- ตำแหน่ง
- ตรวจสอบว่าแอปทั้งหมดมีการเปิดเผยคำอธิบายที่สมเหตุสมผลต่อผู้ใช้ก่อนการติดตั้ง
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 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-27 UTC"],[],[],null,["# Privacy security best practices\n\nThis page contains a collection of data collection guidance\nand recommendations to ensure that Android users have control over the\nhandling of their data.\n\nData logging\n------------\n\nLogging data increases the risk of exposure of that data and reduces system\nperformance. Multiple public security incidents have occurred as a result of\nlogging sensitive user data.\n\n- Don't log to the sdcard.\n- Apps or system services shouldn't log data provided from third-party apps that might include sensitive information.\n- Apps must not log any Personally Identifiable Information (PII) as part of normal operation, unless it's absolutely necessary to provide the core functionality of the app.\n\nCTS includes tests that check for the presence of potentially sensitive\ninformation in logs.\n\nMetrics collection\n------------------\n\nCollecting metrics can be an essential part of understanding usage of your\napp and making improvements for the overall user experience. However, overly\nbroad metrics collection can also present a risk to user privacy.\n\n- If at all possible, don't collect metrics.\n - If you must collect metrics, first request explicit, informed, and meaningful user consent.\n- With few exceptions, only collect metrics that are necessary to support the reliability of the service.\n- Avoid collecting identifiable or potentially sensitive data whenever possible, such as [hardware identifiers](https://developer.android.com/training/articles/user-data-ids).\n- Ensure data is sufficiently aggregated and anonymized whenever possible.\n\nSpyware\n-------\n\nSpyware is defined as software that aims to gather information about a user\nor device without their knowledge, that might send user information to another\nentity without consent.\n\n- Transmission of the following user or device data without disclosure or in a manner that is unexpected to the user is considered spyware (this list contains top examples, but isn't an exhaustive list):\n - Information about the user's contacts (names, numbers, emails)\n - Photos or other files\n - Content from user email\n - Call log\n - SMS log\n - Web history\n - Browser bookmarks\n - Private information from other apps (private `/data/` directories)\n - Audio or call recording\n - Passwords\n - OAuth tokens\n - Location\n- Ensure that all apps provide a reasonable explanation disclosure to the user prior to installation."]]