🛡️

FocusFence

Privacy Policy  |  개인정보처리방침

1개요

FocusFence(이하 "앱")는 업무 집중 모드를 제공하는 Android 런처 앱입니다. 본 개인정보처리방침은 앱이 수집하는 정보, 사용 방법, 보호 방식에 대해 설명합니다.

📱 FocusFence는 서버가 없으며, 어떠한 데이터도 외부로 전송하지 않습니다. 모든 데이터는 사용자 기기 내에만 저장됩니다.

2수집하는 정보

앱은 핵심 기능 제공을 위해 아래 정보를 기기 내에서만 처리합니다.

데이터 유형 수집 목적 저장 위치
설치된 앱 목록 허용 앱 화이트리스트 구성 및 표시 기기 로컬
집중 세션 기록
(시작·종료 시각, 지속 시간)
집중 통계 화면 제공 기기 로컬
허용 앱 목록 집중 모드 중 접근 가능한 앱 필터링 기기 로컬

수집 안 함  이름, 이메일, 위치, 연락처, 결제 정보, 광고 식별자 등 개인 식별 정보는 일절 수집하지 않습니다.

3사용 권한 및 목적

권한 사용 목적
QUERY_ALL_PACKAGES 기기에 설치된 모든 앱 목록을 조회하여 화이트리스트 설정 화면에 표시
PACKAGE_USAGE_STATS 앱 사용 통계를 읽어 집중 세션 기록 및 통계 제공 (사용자가 직접 승인)
SYSTEM_ALERT_WINDOW 집중 모드 활성화 시 허용되지 않은 앱 위에 차단 오버레이 표시
AccessibilityService 실행 중인 앱을 감지하여 비허용 앱 실행 시 즉시 차단 (앱 내용 읽기 없음)
POST_NOTIFICATIONS 집중 모드 상태 및 타이머 알림 전송 (Android 13+)
🔒 접근성 서비스는 앱 전환 이벤트만 수신하며, 키 입력·화면 내용· 개인 데이터는 절대 읽거나 저장하지 않습니다.

4데이터 사용 방법

수집된 정보는 다음 목적으로만 사용됩니다.

  • 집중 모드 활성화·비활성화 기능 제공
  • 허용 앱 목록 기반 앱 접근 제한
  • 문장 타이핑 잠금 해제 기능 지원
  • 집중 시간 통계 화면 구성

5제3자 공유

🚫 FocusFence는 어떠한 데이터도 제3자에게 판매·공유·전송하지 않습니다. 광고 네트워크, 분석 서비스, 소셜 미디어 플러그인을 사용하지 않습니다.

앱에는 외부 서버, API, 클라우드 연동이 없으므로 기술적으로 외부 전송 자체가 불가능합니다.

6데이터 보관 및 삭제

모든 데이터는 사용자 기기의 앱 전용 저장 공간(내부 저장소)에만 보관됩니다.

  • 앱 삭제 시 — 모든 데이터가 Android 시스템에 의해 자동 삭제됩니다.
  • 데이터 초기화 — 앱 설정 → '데이터 초기화' 메뉴에서 직접 삭제 가능합니다.
  • 보관 기간 제한 없음 — 별도 서버가 없으므로 원격 데이터 보관 기간은 해당 없습니다.

7어린이 개인정보 보호

FocusFence는 만 13세 미만 아동을 대상으로 하지 않으며, 아동의 개인정보를 의도적으로 수집하지 않습니다. 아동이 앱을 사용하고 있다고 판단되는 경우 아래 연락처로 알려 주시기 바랍니다.

8보안

저장된 모든 데이터는 Android 기기의 앱 샌드박스 내에 보호됩니다. 다른 앱은 FocusFence의 데이터에 접근할 수 없습니다. 외부 전송이 없으므로 네트워크 경유 데이터 탈취 위험이 없습니다.

9방침 변경

본 방침이 변경될 경우, 앱 내 공지 또는 Google Play 스토어 업데이트 노트를 통해 사전 안내합니다. 중요한 변경 사항이 있는 경우 앱 실행 시 별도 동의를 요청할 수 있습니다.

10연락처

개인정보 관련 문의 사항이 있으시면 아래로 연락해 주세요.

📧 이메일: maxhyeon.park@gmail.com
📦 패키지명: com.focusfence
🌐 Google Play: FocusFence

최종 수정일: 2025년 8월 25일  |  시행일: 2025년 8월 25일
English Version

1Overview

FocusFence (the "App") is an Android focus-mode launcher that helps you stay productive by limiting access to distracting apps. This Privacy Policy explains what information the App collects, how it is used, and how it is protected.

📱 FocusFence operates entirely on-device with no server. No data is ever transmitted externally.

2Information We Collect

The App processes the following information locally on your device only to provide its core features.

Data Type Purpose Storage
Installed app list Build and display the allowed-app whitelist Device Local
Focus session records
(start/end time, duration)
Display focus statistics Device Local
Allowed app list Filter accessible apps during focus mode Device Local

Not Collected  We do not collect names, emails, location, contacts, payment information, advertising identifiers, or any personally identifiable information.

3Permissions & Their Purpose

Permission Why It's Needed
QUERY_ALL_PACKAGES Retrieve all installed apps to populate the whitelist configuration screen
PACKAGE_USAGE_STATS Read app usage statistics to generate focus session records and statistics (user-granted)
SYSTEM_ALERT_WINDOW Display a blocking overlay over non-whitelisted apps when focus mode is active
AccessibilityService Detect which app is in the foreground to instantly block non-whitelisted apps (no content is read)
POST_NOTIFICATIONS Send focus mode status and timer notifications (Android 13+)
🔒 The Accessibility Service only receives app-switch events. It never reads keystrokes, screen content, or personal data.

4How We Use Information

Collected information is used solely for:

  • Enabling and disabling focus mode
  • Restricting app access based on the allowed list
  • Supporting the passphrase typing unlock mechanism
  • Building the focus time statistics screen

5Third-Party Sharing

🚫 FocusFence does not sell, share, or transmit any data to third parties. The App contains no advertising networks, analytics services, or social media plugins.

Because the App has no external server, API, or cloud integration, data transmission to third parties is technically impossible.

6Data Retention & Deletion

All data is stored exclusively in the App's private storage on your device.

  • Uninstalling the App — Android automatically deletes all App data.
  • Manual reset — Go to App Settings → "Reset Data" to delete all records at any time.
  • No remote retention period — As there is no server, remote data retention is not applicable.

7Children's Privacy

FocusFence is not directed at children under the age of 13 and does not knowingly collect personal information from children. If you believe a child is using the App, please contact us at the address below.

8Security

All stored data is protected within Android's app sandbox, preventing other applications from accessing it. Because no data leaves your device, there is no risk of interception in transit.

9Changes to This Policy

If this policy changes, we will notify you via an in-app notice or a Google Play Store update note before the changes take effect. Material changes may require renewed consent within the App.

10Contact Us

For any privacy-related inquiries, please reach out to us:

📧 Email: maxhyeon.park@gmail.com
📦 Package: com.focusfence
🌐 Google Play: FocusFence

Last Updated: August 25, 2025  |  Effective Date: August 25, 2025