← All apps / 전체 앱 목록

개인정보처리방침

Collage Maker

Collage Maker (Android) — 패키지 com.nexperlabmedia.aicollage

시행일: 2026-08-05 · 최종 수정일: 2026-08-05

목차: 한눈에 보기 · 1. 기기에 저장하는 것 · 2. 사진 처리 · 3. 수집·전송하지 않는 것 · 4. 결제의 현재 상태 · 5. 권한 · 6. 자동 백업 · 7. 보관과 삭제 · 8. 아동 · 9. 방침 변경 · 10. 문의

한눈에 보기

이 앱은 사용자가 고른 사진으로 기기 안에서 콜라주를 만든다. 계정, 개발자 서버, 광고 SDK, 분석 SDK 또는 크래시 리포팅 SDK가 없다. 사진이나 프로젝트를 개발자에게 업로드하지 않는다.

개발자에게 전송되는 사용자 데이터없음. 개발자가 운영하는 앱 서버가 없다.
계정·로그인없음.
사진 처리사용자가 고른 사진을 읽어 기기에서 미리보기·분석·렌더링한다. 선택 원본의 별도 사본은 만들지 않는다.
로컬 저장Room 프로젝트 DB, 앱 전용 설정, 사용자가 만든 완성 JPEG.
광고·분석없음. 관련 SDK도 없다.
결제Google Play Billing 라이브러리는 포함돼 상품 조회를 시도하지만 현재 구매 UI는 사용자에게 열려 있지 않고 구매를 완료할 수 없다.
안드로이드 자동 백업android:allowBackup="true". DB와 SharedPreferences만 클라우드 백업·기기 이전 대상.

1. 앱이 기기에 저장하는 것

  • 프로젝트 DB: 프로젝트 이름, 선택 사진의 콘텐츠 URI 문자열, 레이아웃, 배경색, 텍스트·스티커와 수정 시각을 Room의 aicollage.db에 저장한다.
  • 앱 설정: 편집 초안, 마지막 프로젝트, 정렬 방식, 고정한 프로젝트 ID와 내부 프리미엄 상태 플래그를 aicollage_prefs에 저장한다.
  • 완성 이미지: Android 10 이상에서는 사진 보관함의 Pictures/AiCollageMaker에 JPEG를 저장한다. Android 8~9에서는 앱 전용 외부 Pictures 영역의 같은 이름 폴더에 저장한다.

프로젝트 DB와 설정에는 원본 사진 바이트가 들어가지 않는다. 다만 URI는 사용자가 고른 사진을 다시 가리키는 기기 내 참조다.

2. 사진 접근과 처리

사용자가 “사진”을 누르면 안드로이드의 복수 콘텐츠 선택기를 열고 image/* 중 최대 9장을 받는다. 앱은 선택한 항목만 다음 목적으로 읽는다.

  • 편집 화면 미리보기와 콜라주 렌더링;
  • 사진 크기에서 세로·가로 방향을 확인하고 축소 디코딩한 이미지에서 대표색을 계산;
  • 사용자가 “만들기”를 누르면 선택한 레이아웃에 중앙 자르기로 배치해 새 JPEG 생성.

중요: 방향과 대표색 계산 결과는 현재 레이아웃 추천에 사용되지 않는다. 추천은 사진 수에 따른 단순 격자다. 선택한 원본은 앱 전용 저장소에 복사하지 않으며 외부로 업로드하지 않는다.

3. 앱이 수집·전송하지 않는 것

앱 자체에는 HTTP, Retrofit, OkHttp, Ktor, Firebase, 광고, 분석 또는 Crashlytics 클라이언트가 없다. 개발자 서버로 사진, 프로젝트, 문구, 사용 기록, 위치, 연락처, 기기 식별자 또는 충돌 로그를 보내지 않는다. 이벤트 기록 기능은 Android의 로컬 Logcat에만 디버그 문자열을 쓴다.

앱은 위치·카메라·마이크·연락처·캘린더 권한을 요청하지 않는다. 공유 버튼은 사용자가 만든 최신 JPEG를 사용자가 선택한 다른 앱에 Android 공유 시트로 전달하며, 개발자에게 보내지 않는다.

4. 결제의 현재 상태

앱 패키지에는 Google Play Billing 6.2.1과 내부 상품 ID premium_unlock 조회 코드가 있다. 앱 시작 시 Google Play Billing 서비스 연결과 상품 세부정보 조회를 시도할 수 있다. 이 통신은 Google Play가 처리하며 개발자 서버로 전송되지 않는다.

그러나 현재 빌드는 프리미엄 잠금 진입점을 비활성화해 구매 화면에 도달할 수 없고, 모든 기본 템플릿을 무료로 제공한다. 따라서 현재 사용자는 앱 안에서 구매를 시작하거나 완료할 수 없다. 앱은 카드번호, 결제 수단 또는 청구 주소를 받거나 저장하지 않는다.

5. 권한

앱이 직접 선언한 권한

android.permission.INTERNET앱 자체 HTTP 기능은 없다. 포함된 Google Play Billing 서비스가 상품 정보를 확인할 수 있도록 선언돼 있다.
android.permission.READ_MEDIA_IMAGESAndroid 13 이상에서 사용자가 고른 사진을 읽기 위해 선언돼 있다.
android.permission.READ_EXTERNAL_STORAGEAndroid 12L 이하에서 사진을 읽기 위한 호환 권한이며 maxSdkVersion="32"다.

라이브러리와 빌드 도구가 최종 앱에 추가하는 권한

com.android.vending.BILLINGGoogle Play Billing 6.2.1이 Play 결제 서비스에 연결하기 위해 추가한다. 현재 구매 UI는 비활성화돼 있다.
android.permission.ACCESS_NETWORK_STATEGoogle Play Billing 6.2.1이 네트워크 상태를 확인하기 위해 추가한다.
com.nexperlabmedia.aicollage.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSIONAndroidX가 내보내지 않은 동적 receiver를 보호하기 위해 만드는 signature 권한이다. 사용자 데이터 접근 권한이 아니다.

6. 자동 백업과 기기 이전

이 앱은 android:allowBackup="true"다. Android 11 이하의 backup_rules.xml과 Android 12 이상의 data_extraction_rules.xmlSharedPreferences와 Room 데이터베이스만 클라우드 백업 및 기기 이전에 포함한다. 캐시는 Android가 기본 제외한다. 완성 JPEG와 앱 전용 외부 파일은 이 규칙의 명시적 포함 대상이 아니다.

백업이 실제로 생성·복원되는지는 기기 제조사, Android 버전, 사용자의 시스템 백업 설정과 Google 계정 설정에 따라 달라질 수 있다.

7. 보관 기간과 삭제 방법

  • 프로젝트는 사용자가 프로젝트 화면에서 삭제하거나 앱 데이터를 지울 때까지 기기에 남는다. 이름 변경·개별 삭제가 가능하다.
  • 완성 JPEG는 사진 앱 또는 파일 관리 앱에서 사용자가 삭제할 때까지 남는다. 앱을 삭제해도 공용 Pictures에 저장된 JPEG는 남을 수 있다.
  • 앱 삭제 또는 Android 설정의 “저장공간 및 캐시 → 저장공간 삭제”는 현재 기기의 앱 DB와 설정을 제거한다. 자동 백업이 켜져 있으면 재설치 때 백업본이 복원될 수 있으므로 완전 삭제를 원하면 시스템의 앱 백업도 관리해야 한다.

개발자는 서버 사본을 보유하지 않으므로 서버 데이터 삭제 요청 대상이 없다.

8. 아동

이 앱은 일반 사용자를 위한 사진 편집 도구이며 아동을 특별히 대상으로 하지 않는다. 계정, 광고, 사용자 간 상호작용이 없고 개발자가 아동의 개인정보를 의도적으로 수집하지 않는다. 사용자는 공유할 사진과 문구에 다른 사람의 개인정보가 포함되지 않도록 주의해야 한다.

9. 방침 변경

권한, 외부 전송, 결제, 저장 또는 백업 방식이 바뀌면 이 문서를 갱신하고 위 최종 수정일을 변경한다.

10. 문의

  • 회사: Nexperlab Co., Ltd. (주식회사 넥스퍼랩)
  • 주소: 2F, 21, Gangnam-daero 107-gil, Seocho-gu, Seoul, Republic of Korea
  • 이메일: nexperlabmedia@gmail.com
안내 — 이 문서는 앱의 안드로이드 매니페스트와 소스 코드를 대조해 확인한, 앱이 실제로 하는 동작에 대한 사실 서술이다. 법률 자문이 아니다.

Privacy Policy

Collage Maker

Collage Maker for Android — package com.nexperlabmedia.aicollage

Effective date: 2026-08-05 · Last updated: 2026-08-05

Contents: At a glance · 1. What is stored on your device · 2. Photo handling · 3. What is not collected or sent · 4. Current purchase status · 5. Permissions · 6. Automatic backup · 7. Retention and deletion · 8. Children · 9. Changes · 10. Contact

At a glance

This app creates collages from photos you choose and does the work on your device. It has no account, developer-operated server, advertising SDK, analytics SDK, or crash-reporting SDK. It does not upload photos or projects to the developer.

User data sent to the developerNone. There is no developer-operated app server.
Account or sign-inNone.
Photo handlingThe app reads photos you select for on-device preview, analysis, and rendering. It does not make separate copies of the selected originals.
Local storageA Room project database, app-private settings, and finished JPEGs you create.
Ads and analyticsNone. The relevant SDKs are not present.
PurchasesThe Google Play Billing library is included and may query product details, but the current purchase UI is not reachable and a purchase cannot be completed.
Android Auto Backupandroid:allowBackup="true". Only the database and SharedPreferences are included for cloud backup and device transfer.

1. What the app stores on your device

  • Project database: Room database aicollage.db stores project names, content URI strings for selected photos, layouts, background colors, text, stickers, and modification times.
  • App settings: aicollage_prefs stores the editor draft, last project, sort choice, pinned project IDs, and an internal premium-state flag.
  • Finished images: On Android 10 and later, JPEGs are written to Pictures/AiCollageMaker in the photo library. On Android 8–9 they are written to an AiCollageMaker folder inside the app-specific external Pictures area.

The database and settings do not contain the original photo bytes. A URI is still an on-device reference to a photo you selected.

2. Photo access and processing

When you tap Photos, the app opens Android's multiple-content picker and accepts up to nine image/* items. It reads only items you choose, for these purposes:

  • previewing the edit and rendering the collage;
  • checking dimensions for portrait or landscape orientation and calculating a dominant colour from a downsampled decode;
  • creating a new JPEG with centre-cropped photos in the chosen layout when you tap Create.

Important: The calculated orientation and colour are not currently used to choose a layout. Suggestions are simple grids based on photo count. The app does not copy selected originals into app-private storage and does not upload them.

3. What the app does not collect or send

The app itself contains no HTTP, Retrofit, OkHttp, Ktor, Firebase, advertising, analytics, or Crashlytics client. It does not send photos, projects, captions, usage history, location, contacts, device identifiers, or crash logs to a developer server. Its event logger writes debug strings only to Android's local Logcat.

The app requests no location, camera, microphone, contacts, or calendar permission. The Share button passes the latest JPEG you created to another app you choose through Android's share sheet; it does not send it to the developer.

4. Current purchase status

The package includes Google Play Billing 6.2.1 and code that queries the internal product ID premium_unlock. On startup it may connect to the Google Play Billing service and request product details. Google Play handles that communication; it is not sent to a developer server.

However, the current build disables the premium-lock entry point, so users cannot reach a purchase screen and all built-in templates are free. A user therefore cannot start or complete a purchase in the app at present. The app does not receive or store card numbers, payment methods, or billing addresses.

5. Permissions

Declared directly by the app

android.permission.INTERNETThe app has no direct HTTP feature. This declaration permits the included Google Play Billing service to check product information.
android.permission.READ_MEDIA_IMAGESDeclared to read photos selected by the user on Android 13 and later.
android.permission.READ_EXTERNAL_STORAGECompatibility permission for reading photos on Android 12L and earlier; limited to maxSdkVersion="32".

Added to the final app by libraries and build tooling

com.android.vending.BILLINGAdded by Google Play Billing 6.2.1 to connect to the Play billing service. The current purchase UI is disabled.
android.permission.ACCESS_NETWORK_STATEAdded by Google Play Billing 6.2.1 to check network state.
com.nexperlabmedia.aicollage.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSIONA signature permission generated by AndroidX to protect non-exported dynamic receivers. It does not grant access to user data.

6. Automatic backup and device transfer

This app sets android:allowBackup="true". Its Android 11-and-earlier backup_rules.xml and Android 12-and-later data_extraction_rules.xml include only SharedPreferences and the Room database in cloud backup and device transfer. Android excludes caches by default. Finished JPEGs and app-specific external files are not explicit includes in these rules.

Whether a backup is actually created or restored depends on the device maker, Android version, system backup setting, and Google Account configuration.

7. Retention and deletion

  • Projects remain on the device until you delete them in the Projects screen or clear app data. Individual projects can be renamed or deleted.
  • Finished JPEGs remain until you delete them in a photo or file-management app. JPEGs stored in public Pictures may remain after the app is uninstalled.
  • Uninstalling the app or using Android Settings → Storage & cache → Clear storage removes the current on-device database and settings. If automatic backup is enabled, a backup may be restored after reinstallation; manage the system app backup as well if you want complete deletion.

The developer has no server copy, so there is no server-held app data for the developer to delete.

8. Children

This is a general-purpose photo editing tool and is not specifically directed to children. It has no account, advertising, or interaction between users, and the developer does not knowingly collect children's personal information. Users should avoid sharing photos or captions containing another person's private information.

9. Changes to this policy

If permissions, external transfers, purchases, storage, or backup behaviour changes, this document and the last-updated date above will be revised.

10. Contact

  • Company: Nexperlab Co., Ltd. (주식회사 넥스퍼랩)
  • Address: 2F, 21, Gangnam-daero 107-gil, Seocho-gu, Seoul, Republic of Korea
  • Email: nexperlabmedia@gmail.com
Note — This document describes what the app actually does, verified against its Android manifest and source code. It is a factual description, not legal advice.

プライバシーポリシー

Collage Maker

Android 版 Collage Maker — パッケージ com.nexperlabmedia.aicollage

施行日: 2026-08-05 · 最終更新日: 2026-08-05

目次: 概要 · 1. 端末に保存するもの · 2. 写真の処理 · 3. 収集・送信しないもの · 4. 購入の現状 · 5. 権限 · 6. 自動バックアップ · 7. 保存と削除 · 8. 児童 · 9. 変更 · 10. お問い合わせ

概要

本アプリは、利用者が選んだ写真から端末内でコラージュを作成する。アカウント、開発者サーバー、広告、分析、クラッシュ報告の各 SDK はなく、写真やプロジェクトを開発者へアップロードしない。

開発者へ送信する利用者データなし。
端末内データプロジェクト、レイアウト、キャプション、編集設定、書き出した JPEG。
写真へのアクセス利用者が選んだ写真のみ。
第三者購入情報を照会する Google Play Billing。現在の購入画面は無効。

1. アプリが端末に保存するもの

アプリ専用データベースにプロジェクト名、選択写真の参照、レイアウト、キャプション、編集設定を保存し、完成画像は JPEG として利用者が選んだ場所に保存する。

2. 写真へのアクセスと処理

Android の写真選択画面で明示的に選んだ画像だけを読み込み、切り抜き、配置、文字入れ、書き出しを端末内で行う。写真を開発者サーバーへ送信しない。

3. 収集・送信しないもの

HTTP クライアント、Firebase、広告、分析、Crashlytics はなく、写真、プロジェクト、位置情報、連絡先、端末識別子、クラッシュログを開発者へ送信しない。共有は Android の共有画面で利用者が選んだ別アプリにのみ渡す。

4. 購入の現状

Google Play Billing 6.2.1 と商品 ID premium_unlock の照会コードを含み、Google Play に商品情報を照会する場合がある。現在の購入 UI は無効で、決済データは開発者サーバーへ送られない。

5. 権限

android.permission.INTERNETGoogle Play Billing の商品情報照会に使用。
android.permission.READ_MEDIA_IMAGESAndroid 13 以降で選択写真を読むため。
android.permission.READ_EXTERNAL_STORAGEAndroid 12L 以前との互換用(最大 SDK 32)。
com.android.vending.BILLINGGoogle Play Billing サービスへの接続。
android.permission.ACCESS_NETWORK_STATE課金サービスのネットワーク状態確認。
com.nexperlabmedia.aicollage.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSIONAndroidX が非公開動的レシーバーを保護する署名権限。

6. 自動バックアップと端末移行

Android の自動バックアップが有効な場合、アプリのデータベースと設定が利用者の Google アカウントへバックアップされ、再インストールや端末移行時に復元されることがある。公開 Pictures の JPEG はこのアプリ専用バックアップとは別に残る。

7. 保存期間と削除

プロジェクトはアプリ内で削除するまで、JPEG は写真・ファイル管理アプリで削除するまで残る。アプリのストレージ消去またはアンインストールで現在のデータベースと設定を削除できる。開発者が保有するサーバーコピーはない。

8. 児童

一般用途の写真編集ツールで児童を対象としていない。開発者は児童の個人情報を意図的に収集しない。

9. 本ポリシーの変更

権限、外部送信、購入、保存、バックアップの動作が変わる場合は、本ページと最終更新日を改訂する。

10. お問い合わせ

  • 会社: Nexperlab Co., Ltd. (주식회사 넥스퍼랩)
  • 住所: 2F, 21, Gangnam-daero 107-gil, Seocho-gu, Seoul, Republic of Korea
  • メール: nexperlabmedia@gmail.com

Política de privacidad

Collage Maker

Collage Maker para Android — paquete com.nexperlabmedia.aicollage

Fecha de entrada en vigor: 2026-08-05 · Última actualización: 2026-08-05

Contenido: Resumen · 1. Datos locales · 2. Fotos · 3. Datos no recopilados · 4. Compras · 5. Permisos · 6. Copia de seguridad · 7. Conservación · 8. Menores · 9. Cambios · 10. Contacto

Resumen

La aplicación crea collages en el dispositivo con las fotos elegidas por el usuario. No tiene cuenta, servidor del desarrollador, publicidad, analítica ni informes de fallos, y no sube fotos ni proyectos.

Datos enviados al desarrolladorNinguno.
Datos localesProyectos, diseños, textos, ajustes de edición y archivos JPEG exportados.
Acceso a fotosSolo las fotos elegidas por el usuario.
TerceroGoogle Play Billing puede consultar información de compra; la interfaz de compra está desactivada.

1. Qué guarda la aplicación en el dispositivo

Guarda en una base de datos privada el nombre del proyecto, referencias a las fotos elegidas, diseño, textos y ajustes. Los resultados se guardan como JPEG en la ubicación elegida.

2. Acceso y tratamiento de fotos

Solo lee imágenes elegidas expresamente mediante el selector de Android. Recorta, organiza, añade texto y exporta íntegramente en el dispositivo; no envía fotos al desarrollador.

3. Qué no recopila ni envía

No contiene cliente HTTP, Firebase, publicidad, analítica ni Crashlytics. No envía fotos, proyectos, ubicación, contactos, identificadores ni fallos. Compartir entrega el JPEG únicamente a otra aplicación elegida por el usuario.

4. Estado actual de las compras

Incluye Google Play Billing 6.2.1 y código para consultar premium_unlock. Puede pedir información del producto a Google Play, pero la compra está desactivada y no se envían datos de pago a un servidor del desarrollador.

5. Permisos

android.permission.INTERNETConsulta de productos de Google Play Billing.
android.permission.READ_MEDIA_IMAGESLeer fotos elegidas en Android 13 o posterior.
android.permission.READ_EXTERNAL_STORAGECompatibilidad hasta Android 12L (SDK máximo 32).
com.android.vending.BILLINGConexión con Google Play Billing.
android.permission.ACCESS_NETWORK_STATEComprobar el estado de red para facturación.
com.nexperlabmedia.aicollage.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSIONPermiso de firma de AndroidX para proteger receptores dinámicos no exportados.

6. Copia automática y traslado de dispositivo

Si la copia de Android está activa, la base de datos y los ajustes pueden guardarse en la cuenta de Google del usuario y restaurarse. Los JPEG públicos pueden permanecer aparte de esa copia.

7. Conservación y eliminación

Los proyectos permanecen hasta borrarlos en la aplicación y los JPEG hasta borrarlos con una aplicación de fotos o archivos. Borrar el almacenamiento o desinstalar elimina la base de datos y los ajustes actuales. El desarrollador no conserva copias en un servidor.

8. Menores

Es una herramienta general de edición de fotos, no dirigida a menores. El desarrollador no recopila deliberadamente información personal de menores.

9. Cambios

Si cambian los permisos, transferencias, compras, almacenamiento o copias, se revisarán esta página y su fecha.

10. Contacto

  • Empresa: Nexperlab Co., Ltd. (주식회사 넥스퍼랩)
  • Dirección: 2F, 21, Gangnam-daero 107-gil, Seocho-gu, Seoul, Republic of Korea
  • Correo: nexperlabmedia@gmail.com