Privacy Policy
1. Introduction
We value your privacy and are committed to protecting your personal information. This privacy policy explains how we collect, use, share, and safeguard your information. By using this application, you agree to the terms outlined in this privacy policy.
2. Information We Collect
2.1 Information You Provide
- Account Information: Username, email address, or phone number provided during registration or login.
- Feedback Information: Feedback, queries, or other content provided when you contact us.
2.2 Information Collected Automatically
- Device Information: Device type, operating system version, unique device identifiers (e.g., Advertising ID).
- Location Information: Precise or approximate location, if authorized by you, for location-based features (e.g., map services).
- Usage Data: App usage patterns, crash reports, and performance data.
2.3 Information Collected from Third Parties
If you use third-party services (e.g., Google Sign-In, payment services), these services may collect and process your information. Refer to their privacy policies for details.
3. How We Use Your Information
We use the information collected for the following purposes:
- To provide core features, such as account registration and login.
- To enhance user experience, such as analyzing feature usage.
- To send notifications, including updates and important announcements.
- To support advertising and marketing services (e.g., personalized ads).
- To comply with legal obligations, such as handling user complaints.
4. Sharing of Information
We do not sell your personal information. However, we may share your information in the following circumstances:
- Service Providers: Shared with trusted third parties to help operate the application (e.g., analytics services, cloud storage).
- Legal Requirements: Disclosed as required by laws or law enforcement requests.
- Business Transfers: Shared during mergers, acquisitions, or asset sales.
5. Data Storage and Protection
- Data Storage: Your information may be stored securely in cloud services, with encrypted data transmission.
- Data Protection: We take reasonable measures to safeguard your information against loss, misuse, or unauthorized access.
- Data Retention: Your information will be retained during your use of the app or as required by law.
6. Your Rights
Under applicable privacy laws, you have the following rights:
- Access your personal information.
- Request corrections, deletion, or restrictions on processing.
- Withdraw consent (e.g., stop sharing location data).
- File a complaint with privacy protection authorities.
You can contact us at zy.googel@gmail.com to exercise your rights.
7. Third-Party Services
Our application integrates the following third-party services, which have their own privacy policies:
- Google Analytics: For analyzing user behavior.
- AdMob: For providing ad services.
- Google Maps: For map and location services.
Visit their respective privacy policies for more details.
8. Children’s Privacy
This application is not intended for children under 13. If we discover that we have inadvertently collected information from children without parental consent, we will promptly delete it.
9. Changes to Privacy Policy
We may update this privacy policy, and any changes will be published on this page along with the "Last Updated" date.
10. Contact Us
For any questions or feedback, please contact us via: zy.googel@gmail.com
Permission Usage Documentation
1. General Description
This application requires the following permissions to provide core functionality and enhance user experience. We ensure these permissions are only used as necessary and do not misuse or share user data with third parties.
2. Permissions List and Usage
File System and Storage Permissions
- android.permission.MOUNT_UNMOUNT_FILESYSTEMS: Allows mounting and unmounting file systems (used for device management tools). Example: Backup files, manage external storage devices.
- android.permission.WRITE_MEDIA_STORAGE: Manage files in media storage. Example: Clear cache, manage photos and videos.
- android.permission.READ_MEDIA_STORAGE: Access media storage contents. Example: Read user albums, music, or video files.
- android.permission.WRITE_EXTERNAL_STORAGE: Write to external storage. Example: Save downloaded files, generate log files.
- android.permission.READ_EXTERNAL_STORAGE: Read contents from external storage. Example: Display images or play audio files.
Accounts and Authentication Permissions
- android.permission.USE_CREDENTIALS: Access user account credentials for authentication. Example: Auto-login to third-party services.
- android.permission.GET_ACCOUNTS: Retrieve a list of accounts on the device. Example: Enable Google login or synchronize contacts.
Contacts and Phone Permissions
- android.permission.READ_CONTACTS: Access user contact information. Example: Import contacts, recommend friends.
- android.permission.WRITE_CONTACTS: Modify or add contact information. Example: Synchronize contacts or save new entries.
- android.permission.READ_PHONE_STATE: Access basic device information, such as device ID and network state. Example: Analyze device state, handle phone-related functionality.
- android.permission.PROCESS_OUTGOING_CALLS: Monitor and handle outgoing call events. Example: Manage calls or call history.
Location Permissions
- android.permission.ACCESS_COARSE_LOCATION: Obtain approximate location via Wi-Fi or cellular networks. Example: Provide location-based ads or content recommendations.
- android.permission.ACCESS_FINE_LOCATION: Obtain precise location (e.g., GPS). Example: Navigation or location tracking services.
Network and Connectivity Permissions
- android.permission.ACCESS_WIFI_STATE: Access Wi-Fi network status. Example: Optimize downloads based on network conditions.
- android.permission.CHANGE_WIFI_STATE: Change Wi-Fi settings. Example: Automatically connect to specified Wi-Fi networks.
- android.permission.INTERNET: Allow access to the internet. Example: Fetch online content or enable communication.
- android.permission.ACCESS_NETWORK_STATE: Access network connection status. Example: Check connectivity before making data requests.
Startup and Background Permissions
- android.permission.RECEIVE_BOOT_COMPLETED
Purpose: Run the app at device startup.
Example: Start background services like reminders or syncing.
- android.permission.WAKE_LOCK
Purpose: Prevent the device from entering sleep mode.
Example: Keep tasks running, like playing music.
System-Level Permissions
- android.permission.SYSTEM_ALERT_WINDOW
Purpose: Display popups over other apps.
Example: Floating notifications or chat windows.
- android.permission.FORCE_STOP_PACKAGES
Purpose: Force stop other apps.
Example: Clear background processes (used by system tools).
- android.permission.DELETE_PACKAGES
Purpose: Uninstall installed applications.
Example: Provide uninstall functionality.
- android.permission.REQUEST_INSTALL_PACKAGES
Purpose: Install APK packages.
Example: Update or install plugin modules.
- android.permission.CHANGE_CONFIGURATION
Purpose: Modify system configurations (e.g., language or screen orientation).
Example: Support dynamic language switching.
SMS and Notifications Permissions
- android.permission.READ_SMS
Purpose: Access SMS content.
Example: Autofill verification codes or manage SMS.
- android.permission.WRITE_SMS
Purpose: Modify or delete SMS.
Example: Send SMS or manage user messages.
- android.permission.VIBRATE
Purpose: Control device vibration.
Example: Notification alerts or event reminders.
3. Permission Declaration and User Awareness
Dynamic Permission Requests
Sensitive permissions will trigger runtime authorization dialogs, allowing users to grant or deny access.
Transparent Use of Permissions
The purposes of each permission will be disclosed in the privacy policy to ensure user awareness.
Impact of Permission Denial
Denying certain permissions may limit app functionality, such as:
- Denying location permissions disables navigation features.
- Denying storage permissions limits file saving or loading.