Sia Makerlab
홈회사소개서비스포트폴리오공지사항문의하기

© since 2025 Sia Makerlab. All rights reserved.

사업자등록번호: 649-11-03282 | 대표: 이장욱

통신판매업신고번호: 제2025-충북제천-0264호

Quick Notes

개인정보처리방침

Sia Makerlab 제품 포트폴리오 통합 페이지에서 제공하는 개인정보처리방침입니다.

개인정보처리방침v1.2

Privacy Policy

Last Updated: May 21, 2026

Effective Date: May 21, 2026

Revision: 1.2

Revision History

VersionDateChanges
1.0April 7, 2026Initial release
1.1May 18, 2026Added call-memo overlay feature, home-screen widget, app open ads, Google UMP consent flow, and the associated runtime permissions
1.2May 21, 2026Added the Quick Access entry-point framework (App Shortcuts, Quick Settings Tile, Share sheet & Sharing Shortcuts, App Actions voice intent, Text-selection "Process Text"), folders, full-text search, and the "+ New note" widget entry. Updated the call-memo foreground-service permission to FOREGROUND_SERVICE_SPECIAL_USE (Android 14+ subtype specialUse).

1. Introduction

This Privacy Policy describes how Sia Makerlab ("we," "us," or "our") collects, uses, and shares information in connection with your use of the Quick Notes mobile application (the "App").

By downloading, installing, or using the App, you agree to the collection and use of information in accordance with this Privacy Policy. If you do not agree with this Privacy Policy, please do not use the App.

2. Information We Collect

2.1 Information You Provide

The App is designed to function without requiring you to create an account or provide personal information. We do not collect:

  • Names or email addresses
  • Phone numbers
  • Physical addresses
  • Payment information (processed entirely by Google Play)

2.2 Information Collected Automatically

2.2.1 Local Device Storage

The App stores the following data locally on your device only:

Data TypeStoredTransmittedPurpose
Notes contentRoom database (device only)NoAll note text — including notes created via the call-memo overlay, the share sheet, the App Actions voice intent, or the text-selection menu — is stored locally and never transmitted to our servers
Folders & checklistsRoom database (device only)NoFolder hierarchy, checklist item state, and color labels
App settingsDataStore (device only)NoTheme, font size, sort preferences
Quick Access settingsDataStore (device only)NoPer-entry opt-in flags for each Quick Access entry point (every entry defaults to OFF)
Call-memo settingsDataStore (device only)NoPer-user opt-in flags for the call-memo feature (master switch defaults to OFF)

This data is stored exclusively on your device using Android DataStore and/or the Room database. We do not have access to this data, and it is never transmitted to our servers.

2.2.2 Quick Access Entry Points (Local Only, Opt-In)

The App provides six system-wide entry points that let you create or search notes from outside the App. Each entry is off by default and is enabled individually from Settings → Quick Access. None of these entries require any permission beyond the App's existing permissions; they use standard Android system APIs.

EntryData flow when triggered
App ShortcutsRegistered through ShortcutManagerCompat so the launcher's long-press menu lists "New note", "New checklist", "Search", and (if a folder is pinned) the pinned folder. Selecting a shortcut opens the App; no data is captured before you type into the App.
Quick Settings TileA TileService whose component the App enables in the package manager so the system UI editor can list it. Tapping the tile opens a new memo in the App. No data is collected by the tile itself.
Share to Quick NotesThe App declares an ACTION_SEND intent filter (text/plain) and Sharing Shortcuts (Direct Share). When you share text from another app, the system passes the shared text to a trampoline activity that opens the editor with the text pre-filled. The text is processed on-device only.
App Actions (Voice)Declares an actions.intent.CREATE_NOTE capability so Google Assistant routes "Hey Google, create a note in Quick Notes" to the editor. The dictation is performed by Google Assistant (subject to Google's privacy policy); only the resulting text is delivered to the App via intent extras and stored locally.
Text-selection (Process Text)Registers a PROCESS_TEXT intent filter so "Save to Quick Notes" appears in the system text-selection menu in other apps. When invoked, the selected text is passed to a trampoline activity (clamped at 10 MB) and saved as a new note locally.
Call MemoSee Section 2.2.3 below.

Toggling any of these entries on or off only updates a local DataStore flag and, for the OS-level entries, calls PackageManager.setComponentEnabledSetting on the relevant component. No telemetry is sent.

2.2.3 Call State Information (Local Only, Opt-In)

If — and only if — you explicitly enable the call-memo feature and grant the required runtime permissions, the App observes the call state of your device (idle / active / ended) and the direction of the call (incoming / outgoing) in order to display the floating composer at the appropriate moment.

  • The call state is read in-memory via Android's TelephonyCallback (API 31+) or PhoneStateListener (API 24–30) and is never persisted, logged, or transmitted.
  • The App does not access the phone number of the remote party, call duration, call logs, contacts, microphone audio, or any other call content.
  • Note text you choose to save through the overlay is stored in the same local Room database as your other notes.
  • The call-memo master switch defaults to OFF. The feature is inactive until you turn it on.
  • On Android 14+, the call-memo foreground service is declared with the specialUse foreground service type. The subtype is declared via PROPERTY_SPECIAL_USE_FGS_SUBTYPE ("phone_call_memo"); no additional data is collected as a result of this declaration.

2.2.4 Home-Screen Widget

The App provides a Glance home-screen widget that displays a read-only view of your most recent notes plus a "+ New note" entry button that opens the App's editor. The widget reads data from the same local Room database; no additional data is collected or transmitted.

2.2.5 Advertising Data (Third-Party)

The App displays advertisements through Google AdMob. Our advertising partner may collect:

  • Advertising ID (Android Advertising ID)
  • Device information (device type, operating system version)
  • IP address
  • General location data (country/region level)
  • Ad interaction data

The App displays the following types of ads:

  • Adaptive Banner Ads — displayed at the bottom of the screen
  • App Open Ads — full-screen ads displayed when the App is launched or returns from the background, subject to internal frequency capping

This data collection is governed by Google's Privacy Policy: https://policies.google.com/privacy

2.2.6 EU Consent (Google UMP)

For users in the European Economic Area, the United Kingdom, and Switzerland, the App integrates the Google User Messaging Platform (UMP) to obtain and manage your consent for personalized advertising. Your consent choices are stored on your device by the UMP SDK and can be revisited at any time from Settings > Privacy & Data > Manage Privacy Settings.

2.2.7 In-App Purchase Data (Third-Party)

If you make an in-app purchase to remove advertisements, the transaction is processed entirely by Google Play. We receive only:

  • Confirmation of purchase status
  • Transaction ID for verification purposes

We do not receive or store any payment card information, billing addresses, or other financial data.

2.2.8 In-App Review (Third-Party)

The App may invite you to rate it through the native Google Play in-app review flow. The review experience is rendered and submitted by the Play Store; we do not collect or process the review content.

2.3 Information We Do NOT Collect

We explicitly do not collect:

  • Note content transmitted to servers (stored locally only)
  • Text passed in through the share sheet, the App Actions voice intent, or the text-selection menu (stored locally only)
  • The phone number, identity, or audio of any party to a call
  • Call logs, contacts, or messages
  • Personal information
  • Precise location data
  • Camera or microphone data (Google Assistant's microphone use for voice dictation is governed by Google's privacy policy, not ours)
  • Browsing history

3. Permissions

The App declares the following permissions. The five OS-level Quick Access entries (App Shortcuts, Quick Tile, Share sheet, App Actions, Process Text) require no additional permissions. Permissions related to the call-memo feature are runtime-prompted and the feature is off by default.

PermissionRequired ForWhen Used
INTERNETAdMob, Play Billing, UMPWhenever ads are loaded, a purchase is made, or consent is collected
READ_PHONE_STATECall-memo: detecting call state (opt-in)Only while the call-memo feature is enabled
SYSTEM_ALERT_WINDOWCall-memo: floating composer over other apps (opt-in)Only while the call-memo feature is enabled
POST_NOTIFICATIONSForeground-service notification (API 33+)While CallMemoService is running
FOREGROUND_SERVICE + FOREGROUND_SERVICE_SPECIAL_USERunning the call-memo service while a call is active (Android 14+ subtype specialUse, declared via PROPERTY_SPECIAL_USE_FGS_SUBTYPE)Only while a call is active and the feature is enabled
RECEIVE_BOOT_COMPLETEDReserved for resuming the call-memo service after device rebootOnly if the feature is enabled

You can revoke any of these permissions at any time from Android system settings.

4. How We Use Information

4.1 Local Data Usage

All locally stored data is used solely to:

  • Provide core app functionality (notes, folders, search, checklists, widget, Quick Access entry points, call-memo overlay)
  • Remember your app preferences and per-entry Quick Access opt-in state
  • Provide a personalized user experience

4.2 Third-Party Data Usage

Data collected by third-party services (Google AdMob, Google Play, UMP, Google Assistant) is used to:

  • Display personalized or non-personalized advertisements (based on your consent)
  • Process in-app purchases
  • Recognize voice commands and dictation for App Actions (Google Assistant)
  • Prevent fraud and abuse

5. Data Sharing and Disclosure

5.1 We Do Not Sell Your Data

We do not sell, trade, or rent your personal information to third parties.

5.2 Third-Party Service Providers

The App integrates the following third-party services that may collect data according to their own privacy policies:

ServicePurposePrivacy Policy
Google AdMobAdvertising (banner + app open)https://policies.google.com/privacy
Google Play BillingIn-app purchaseshttps://policies.google.com/privacy
Google User Messaging Platform (UMP)EU consent managementhttps://policies.google.com/privacy
Google Play In-App ReviewNative review prompthttps://policies.google.com/privacy
Google Assistant (App Actions)Voice intent dispatch for "create a note" commandhttps://policies.google.com/privacy

5.3 Legal Requirements

We may disclose information if required to do so by law or in response to valid requests by public authorities.

6. Data Retention

6.1 Local Data

Data stored locally on your device — including notes, folders, checklists, call-memo entries, Quick Access settings, and call-memo settings — remains until you:

  • Move a note to trash and empty it (soft-delete)
  • Clear the App's data through device settings
  • Uninstall the App

6.2 Third-Party Data

Data collected by third-party services is retained according to their respective privacy policies.

7. Your Rights and Choices

7.1 For All Users

You have the right to:

  • Access — View your locally stored data within the App
  • Delete — Remove all local data by clearing app data or uninstalling the App
  • Disable any Quick Access entry — Turn each entry off in Settings → Quick Access; OS-level entries are removed from the launcher / quick tile editor / share sheet / system menus via PackageManager.setComponentEnabledSetting
  • Disable the call-memo feature — Turn the feature off in Settings, or revoke any of its permissions in Android system settings
  • Opt-out of personalized ads — Manage ad personalization through the App's privacy settings or your device's advertising settings
  • Purchase the Ad-Free option — Remove all advertising by purchasing "Remove Ads"

7.2 For Users in the EEA, United Kingdom, and Switzerland

Under GDPR and applicable laws, you have additional rights:

  • Right to Access, Right to Rectification, Right to Erasure, Right to Restrict Processing, Right to Data Portability, Right to Object, Right to Withdraw Consent

To exercise these rights regarding data held by third-party services, please contact those services directly.

7.3 For California Residents (CCPA/CPRA)

California residents have the right to know, access, delete, and opt out of the sale of personal information. We do not sell personal information as defined by the CCPA/CPRA.

7.4 Managing Consent

Manage advertising consent through:

  • In-App — Settings > Privacy & Data > Manage Privacy Settings
  • Device Settings — Android Settings > Google > Ads

8. Data Security

We implement appropriate technical and organizational measures to protect locally stored data:

  • Data is stored only on your device
  • No data transmission to external servers (except through third-party SDKs)
  • No cloud synchronization
  • No user accounts or authentication data stored

9. Children's Privacy

The App is not directed to children under the age of 13 (or 16 in the EEA). We do not knowingly collect personal information from children.

10. International Data Transfers

Data collected by third-party services may be transferred to and processed in countries with different data protection laws. Please refer to Google's Privacy Policy for more information.

11. Third-Party Links and Services

The App may contain links to third-party websites or services. We are not responsible for the privacy practices of these third parties.

12. Changes to This Privacy Policy

We may update this Privacy Policy from time to time. We will notify you of any changes by updating the "Last Updated" date and displaying a notice within the App for material changes.

13. Disclaimer of Liability

13.1 Third-Party Services

We are not responsible for the data collection, use, or security practices of third-party services integrated into the App, including Google AdMob, Google Play Billing, Google UMP, Google Play In-App Review, and Google Assistant.

13.2 Data Backup Warning

Notes — including notes saved through the call-memo overlay, the share sheet, the App Actions voice intent, or the text-selection menu — are stored exclusively on your device. We are not responsible for any loss of notes resulting from device malfunction, factory reset, uninstallation, or any other cause. We strongly recommend backing up important notes through your device's backup mechanism.

13.3 Limitation of Liability

TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES RESULTING FROM YOUR USE OF THE APP.

14. Governing Law

This Privacy Policy shall be governed by the laws of the Republic of Korea. For EU users, it shall be interpreted in accordance with applicable EU law including the GDPR.

15. Contact Us

Sia Makerlab

  • Email: sia@siamakerlab.com
  • Website: https://siamakerlab.com

For GDPR-related inquiries from EEA residents, please include "GDPR Request" in the subject line.


Summary of Data Practices

Data TypeCollectedStoredSharedPurpose
App SettingsYesDevice OnlyNoTheme, font size, sort preferences (DataStore)
Notes / Folders / ChecklistsYesDevice OnlyNoAll note, folder, and checklist data stored locally via Room (never transmitted)
Quick Access SettingsYesDevice OnlyNoPer-entry opt-in flags for each Quick Access entry point
Shared / Process-Text / Voice Intent PayloadYes (only when you invoke the entry)Device OnlyNoPre-fill the editor with the supplied text
Call-Memo SettingsYes (opt-in)Device OnlyNoPer-user opt-in flags for the call-memo feature
Call State (idle/active/ended)Yes (opt-in, in-memory)Not persistedNoTrigger the call-memo overlay
Advertising IDYes*By GoogleWith GoogleAdvertising
Purchase InfoYes*By GoogleWith GoogleBilling
Consent ChoicesYes*By Google UMP (on device)With GoogleEU consent management
Voice Dictation AudioYes* (Google Assistant only)By GoogleWith GoogleVoice intent recognition
Location (precise)NoN/ANoN/A
App's own Microphone / CameraNoN/ANoN/A
Phone Number / Call ContentNoN/ANoN/A
Personal InfoNoN/ANoN/A

*Collected by third-party services (Google), not by us directly.


This Privacy Policy is available in English. If translated versions are provided, the English version shall prevail in case of any discrepancy.

Quick Notes 제품 페이지로 돌아가기