"VidSmart Downloader Tech Apps" built the Video Player : All HD Player
as an ad-supported app. This service is provided by "VidSmart Downloader Tech Apps" at no cost and is intended for use as is.
This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decides to use our app.
If you choose to use our app, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the service. We will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Video Player : All HD Player unless otherwise defined in this Privacy Policy.
If you do not agree with our policies and practices, please refrain from downloading, registering or using this app. By downloading, registering or using the app, you agree to abide by this privacy policy.
- Information Collection and Use
We collect the following types of information to provide and improve the App's functionality:
-
Collected Data: The App allows you to manage videos and audios, to view. All video and audio related data, including file name, file path, type, metadata, and other related details, are stored locally on your device and not shared with third parties.
-
App Usage Data: We may collect anonymized app usage data, such as which features are used and how often, to improve the App. This data is collected through third-party services like Firebase Analytics and does not personally identify you.
-
Device Information: We may collect information about the device you use to access the App, such as hardware model, operating system version, and unique device identifiers. This data helps improve the performance and compatibility of the App.
Data Storage and Security
All data related to The App is stored locally on your device. We do not upload or store this data on external servers. Any analytics data collected through third-party services (e.g., Firebase) is anonymized.
We employ appropriate security measures to protect your personal data, including encryption and regular security audits. However, no method of data transmission over the internet or electronic storage is 100% secure.
Third-Party Services
Google Ads (AdMob)
We use Google AdMob (com.google.android.gms:play-services-ads) to show ads in our app. AdMob might collect data like device identifiers, usage data, and location (if allowed). You can manage your ad preferences in your device settings.
Firebase Analytics
We use Firebase to gather anonymous data on how the app is used, including feature usage and crash reports. This helps us improve the app's performance. The collected data does not personally identify you.
Link to the privacy policy of third-party service providers used by the app
·
Opt-Out Rights
You can stop all collection of information by the Application easily by uninstalling it. You may use the standard uninstall processes as may be available as part of your mobile device or via the mobile application marketplace or network.
NON-PERSONAL INFORMATION
We may collect and use your non-personal information such as Your phone's IMEI number, Android ID, CPN model, memory size, phone model, ROM memory size, Country, Mobile operator name etc.. We may use this information for understanding usage frequency, or solving bugs in our products and improve user experience. This information we use to see install- uninstall rate of users on our app and also usage frequency.
We use Firebase Analytics for monitoring our apps performance and users activities within our app to collect crashes or bugs in our app that help us to make our products more stable and better. You may visit Firebase policy to understand more about it https://firebase.google.com/policies/analytics/.
Log Data
I want to inform you that whenever you use my Service, in a case of an error in the app I collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing my Service, the time and date of your use of the Service, and other statistics.
Cookies
Cookies are files with a small amount of data that are commonly used as anonymous unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory.
This Service does not use these “cookies” explicitly. However, the app may use third-party code and libraries that use “cookies” to collect information and improve their services. You have the option to either accept or refuse these cookies and know when a cookie is being sent to your device. If you choose to refuse our cookies, you may not be able to use some portions of this Service.
Service Providers
I may employ third-party companies and individuals due to the following reasons:
· To facilitate our Service;
· To provide the Service on our behalf;
· To perform Service-related services; or
· To assist us in analyzing how our Service is used.
I want to inform users of this Service that these third parties have access to their Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.
Security
I value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security.
Links to Other Sites
This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, I strongly advise you to review the Privacy Policy of these websites. I have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.
The permissions we use in the application:
-
android.permission.ACCESS_NETWORK_STATE: This permission allows the app to check the status of the device's network connectivity to determine whether internet access is available.
-
android.permission.INTERNET: This permission is necessary for the app to access the internet, allowing it to download content from social media platforms and other online sources.
-
android.permission.READ_MEDIA_VIDEO: This permission allows the app to read metadata of video files stored on the device, facilitating video download and playback functionalities.
-
android.permission.READ_MEDIA_IMAGES: This permission enables the app to read metadata of image files stored on the device, necessary for displaying images within the app's interface.
-
android.permission.READ_MEDIA_AUDIO: This permission allows the app to read metadata of audio files stored on the device, enabling playback and download of audio content.
-
android.permission.WRITE_EXTERNAL_STORAGE: This permission allows the app to write downloaded videos and images to the device's external storage, ensuring they are accessible for offline viewing.
-
android.permission.WRITE_SETTINGS: This permission allows the app to modify system settings, enabling it to adjust the device's screen brightness directly within the app, improving the viewing experience based on user preferences.
Read Phone State
-
Permission: android.permission.READ_PHONE_STATE
-
Purpose: Helps the app detect incoming and outgoing calls.
-
Automatically pauses video playback during a call.
-
Displays the "After Call Screen" when the call ends for a smooth experience.
-
System Alert Window
-
Permission: android.permission.SYSTEM_ALERT_WINDOW
-
Purpose: Allows the app to show floating windows or overlays over other apps.
-
Especially useful for the "After Call Screen" feature.
-
Enables showing a floating video player even if you exit the main app.
-
Ignore Battery Optimizations
-
Permission: android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
-
Purpose: Prevents the app from being restricted by battery-saving features.
-
Ensures that the "After Call Screen" launches seamlessly, even if the device is in Doze mode or has background restrictions.
-
Hardware Telephony
-
Declaration:
<uses-feature android:name="android.hardware.telephony" android:required="false" />
-
Purpose: Allows the app to detect call events without needing telephony hardware.
-
Supports installation on tablets and Wi-Fi-only devices by setting android:required="false".
-
List of Dependencies Used in App with Their Purpose:
-
AndroidX AppCompat - https://developer.android.com/jetpack/androidx/releases/appcompat → Provides backward compatibility for newer Android features.
-
Material Components - https://github.com/material-components/material-components-android → Implements Google's Material Design UI components.
-
AndroidX Activity - https://developer.android.com/jetpack/androidx/releases/activity → Manages activity lifecycles and UI events.
-
ConstraintLayout - https://developer.android.com/reference/androidx/constraintlayout/widget/ConstraintLayout → Helps in designing complex UIs with flexible constraints.
-
JUnit - https://github.com/junit-team/junit4 → Used for unit testing in Android.
-
AndroidX Test JUnit & Espresso - https://developer.android.com/training/testing → Helps in UI and instrumented testing.
-
Glide - https://github.com/bumptech/glide → Efficient image loading and caching.
-
Media3 ExoPlayer - https://developer.android.com/guide/topics/media/media3/getting-started → Advanced media playback library.
-
Multidex - https://developer.android.com/studio/build/multidex → Supports multiple DEX files in large applications.
-
Android Equalizer - https://github.com/bullheadandplato/AndroidEqualizer → Audio equalizer for custom sound effects.
-
ExoPlayer (Core & UI) - https://github.com/google/ExoPlayer → Google's media player for Android.
-
File Picker - https://github.com/DroidNinja/Android-FilePicker → Helps users pick files from storage.
-
Android Networking - https://github.com/amitshekhariitbhu/Fast-Android-Networking → Simplifies API calls and network requests.
-
Google Play Services Ads - https://developers.google.com/admob/android/quick-start → Enables AdMob ads integration.
-
Install Referrer - https://developer.android.com/google/play/installreferrer → Tracks app installs from Play Store.
-
AndroidX Lifecycle - https://developer.android.com/jetpack/androidx/releases/lifecycle → Manages UI lifecycles efficiently.
-
IndicatorView - https://github.com/ongakuer/IndicatorView → Displays interactive page indicators.
-
Firebase BoM - https://firebase.google.com/docs/android/learn-more#bom → Ensures Firebase dependencies stay compatible.
-
Firebase Crashlytics - https://firebase.google.com/docs/crashlytics → Captures app crash reports.
-
Firebase Analytics - https://firebase.google.com/docs/analytics → Tracks user interactions and events.
-
Firebase Config - https://firebase.google.com/docs/remote-config → Remotely manages app configuration.
-
Firebase Messaging - https://firebase.google.com/docs/cloud-messaging → Enables push notifications.
-
Facebook Shimmer - https://github.com/facebook/shimmer-android → Creates shimmering UI loading effects.
-
Facebook SDK - https://github.com/facebook/facebook-android-sdk → Integrates Facebook login and analytics.
-
AndroidX WorkManager - https://developer.android.com/jetpack/androidx/releases/work → Schedules background tasks efficiently.
Detailed Information on the Processing of Your Personal Data
Service Providers have access to Your Personal Data only to perform their tasks on Our behalf and are obligated not to disclose or use it for any other purpose.
Analytics
We may use third-party Service providers to monitor and analyze the use of our Service.
-
Google Analytics
Google Analytics is a web analytics service offered by Google that tracks and reports website traffic. Google uses the data collected to track and monitor the use of our Service. This data is shared with other Google services. Google may use the collected data to contextualise and personalise the ads of its own advertising network.
You may opt-out of certain Google Analytics features through your mobile device settings, such as your device advertising settings or by following the instructions provided by Google in their Privacy Policy: https://policies.google.com/privacy?hl=en
For more information on the privacy practices of Google, please visit the Google Privacy & Terms web page: https://policies.google.com/privacy?hl=en
Advertising
We may use Service providers to show advertisements to You to help support and maintain Our Service.
-
Google AdSense & DoubleClick Cookie
Google, as a third party vendor, uses cookies to serve ads on our Service. Google's use of the DoubleClick cookie enables it and its partners to serve ads to our users based on their visit to our Service or other websites on the Internet.
You may opt out of the use of the DoubleClick Cookie for interest-based advertising by visiting the Google Ads Settings web page: http://www.google.com/ads/preferences/
-
AdMob by Google is provided by Google Inc.
You can opt-out from the AdMob by Google service by following the instructions described by Google: https://support.google.com/ads/answer/2662922?hl=en
For more information on how Google uses the collected information, please visit the "How Google uses data when you use our partners' sites or app" page: https://policies.google.com/technologies/partner-sites or visit the Privacy Policy of Google: https://policies.google.com/privacy
Behavioral Remarketing
The Company uses remarketing services to advertise on third party websites to You after You visited our Service. We and Our third-party vendors use cookies to inform, optimize and serve ads based on Your past visits to our Service.
-
Google Ads (AdWords) remarketing service is provided by Google Inc.
You can opt-out of Google Analytics for Display Advertising and customise the Google Display Network ads by visiting the Google Ads Settings page: http://www.google.com/settings/ads
Google also recommends installing the Google Analytics Opt-out Browser Add-on - https://tools.google.com/dlpage/gaoptout - for your web browser. Google Analytics Opt-out Browser Add-on provides visitors with the ability to prevent their data from being collected and used by Google Analytics.
For more information on the privacy practices of Google, please visit the Google Privacy & Terms web page: https://policies.google.com/privacy?hl=en
-
Facebook
Facebook remarketing service is provided by Facebook Inc.
You can learn more about interest-based advertising from Facebook by visiting this page: https://www.facebook.com/help/164968693837950
To opt-out from Facebook's interest-based ads, follow these instructions from Facebook: https://www.facebook.com/help/568137493302217
Facebook adheres to the Self-Regulatory Principles for Online Behavioural Advertising established by the Digital Advertising Alliance. You can also opt-out from Facebook and other participating companies through the Digital Advertising Alliance in the USA http://www.aboutads.info/choices/, the Digital Advertising Alliance of Canada in Canada http://youradchoices.ca/ or the European Interactive Digital Advertising Alliance in Europe http://www.youronlinechoices.eu/, or opt-out using your mobile device settings.
For more information on the privacy practices of Facebook, please visit Facebook's Data Policy: https://www.facebook.com/privacy/explanation
Your Choices:
You may control the media permissions granted to the app through your device settings. However, limiting these permissions may affect the functionality of the app.
Data Security and Storage
The privacy of your data is paramount to us. We adhere to universal accepted protocols to safeguard the data provided to us, both during transmission and following its receipt. However, no methodology of electronic transmission or storage can be 100% secure. Consequently, you acknowledge and accept that we cannot ensure the protection of your personal information transmitted to our applications or customer service capabilities and any such transmission is conducted at your own peril. We will utilize rigorous procedures and security measures to deter unauthorized access to it.
Data storage differs to types of the data:
-
Automatic Information Collection
Regarding the automatic information we collect, we only collect it for operating purposes, and we do not retain it and we will delete it as soon as we provide related services. -
Information provided by users
If you do not sign in with a third party account, your data only stored on your device without backup, it will be irretrievably deleted upon uninstalling our app;
If you sign in with a third party account via our backup function, your data will be stored on our server only for as long as operating necessary, and we will delete it periodically for a month Or you can contact us to delete.
User’s Rights.
We offer the subsequent rights to safeguard your data for our global users:
(1) Right of Access. You possess the privilege to receive details about your personal data processed by us upon request.
(2) Right to Rectification. You possess the authority to amend or rectify your data if it is incorrect, inaccurate or incomplete.
(3) Right to Withdraw Consent. You maintain the power to reclaim consent granted to us at any juncture. Consequently, we are no longer authorized to proceed with the processing predicated on this consent hereinafter. This does not impact the legitimacy of the processing executed on the basis of the consent till the point of retraction.
(4) Right to Erasure. You possess the entitlement to procure from us, under the ensuing circumstances, the eradication of your data:
a . the specific processing objective has been attained;
b. we have illicitly processed your data;
c. you have retracted your consent without another legal rationale applying to the data processing;
d. you have against the data processing successfully;
e. in instances where there is an obligation to obliterate data on the basis of EU legislation or the law of an EU member state to which we are subject.
We might proffer other rights for inhabitants of certain territories subject to the locally applicable data protection law. We honor and consistently adopt multiple protocols to guard your data regardless of your location.
Should you have any inquiries about these rights or you would like to exercise any of them, please reach out to us by transmitting an email.
GDPR Privacy
Legal Basis for Processing Personal Data under GDPR
We may process Personal Data under the following conditions:
-
Consent: You have given your consent for processing Personal Data for one or more specific purposes.
-
Performance of a contract: Provision of Personal Data is necessary for the performance of an agreement with you and/or for any pre-contractual obligations thereof.
-
Legal obligations: Processing Personal Data is necessary for compliance with a legal obligation to which the Company is subject.
-
Vital interests: Processing Personal Data is necessary in order to protect your vital interests or of another natural person.
-
Public interests: Processing Personal Data is related to a task that is carried out in the public interest or in the exercise of official authority vested in the Company.
-
Legitimate interests: Processing Personal Data is necessary for the purposes of the legitimate interests pursued by the Company.
In any case, the Company will gladly help to clarify the specific legal basis that applies to the processing, and in particular whether the provision of Personal Data is a statutory or contractual requirement, or a requirement necessary to enter into a contract.
You’re Rights under the GDPR
The Company undertakes to respect the confidentiality of Your Personal Data and to guarantee you can exercise your rights.
You have the right under this Privacy Policy, and by law if you are within the EU, to:
-
Request access to Your Personal Data. The right to access, update or delete the information We have on You. Whenever made possible, you can access, update or request deletion of Your Personal Data directly within Your account settings section. If you are unable to perform these actions yourself, please contact Us to assist You. This also enables You to receive a copy of the Personal Data We hold about You.
-
Request correction of the Personal Data that We hold about You. You have the right to have any incomplete or inaccurate information We hold about You corrected.
-
Object to processing of Your Personal Data. This right exists where We are relying on a legitimate interest as the legal basis for Our processing and there is something about Your particular situation, which makes You want to object to our processing of Your Personal Data on this ground. You also have the right to object where We are processing Your Personal Data for direct marketing purposes.
-
Request erasure of Your Personal Data. You have the right to ask Us to delete or remove Personal Data when there is no good reason for Us to continue processing it.
-
Request the transfer of Your Personal Data. We will provide to You, or to a third-party You have chosen, Your Personal Data in a structured, commonly used, machine-readable format. Please note that this right only applies to automated information which You initially provided consent for Us to use or where We used the information to perform a contract with You.
-
Withdraw Your consent. You have the right to withdraw Your consent on using your Personal Data. If You withdraw Your consent, We may not be able to provide You with access to certain specific functionalities of the Service.
Exercising of Your GDPR Data Protection Rights
You may exercise Your rights of access, rectification, cancellation and opposition by contacting Us. Please note that we may ask You to verify Your identity before responding to such requests. If You make a request, We will try our best to respond to You as soon as possible.
You have the right to complain to a Data Protection Authority about Our collection and use of Your Personal Data. For more information, if You are in the European Economic Area (EEA), please contact Your local data protection authority in the EEA.
CCPA Privacy
Your Rights under the CCPA
Under this Privacy Policy, and by law if You are a resident of California, You have the following rights:
-
The right to notice. You must be properly notified which categories of Personal Data are being collected and the purposes for which the Personal Data is being used.
-
The right to access / the right to request. The CCPA permits You to request and obtain from the Company information regarding the disclosure of Your Personal Data that has been collected in the past 12 months by the Company or its subsidiaries to a third-party for the third party's direct marketing purposes.
-
The right to say no to the sale of Personal Data. You also have the right to ask the Company not to sell Your Personal Data to third parties. You can submit such a request by visiting our "Do Not Sell My Personal Information" section or web page.
-
The right to know about Your Personal Data. You have the right to request and obtain from the Company information regarding the disclosure of the following:
-
The categories of Personal Data collected
-
The sources from which the Personal Data was collected
-
The business or commercial purpose for collecting or selling the Personal Data
-
Categories of third parties with whom We share Personal Data
-
The specific pieces of Personal Data we collected about You
-
-
The right to delete Personal Data. You also have the right to request the deletion of Your Personal Data that have been collected in the past 12 months.
-
The right not to be discriminated against. You have the right not to be discriminated against for exercising any of Your Consumer's rights, including by:
-
Denying goods or services to You
-
Charging different prices or rates for goods or services, including the use of discounts or other benefits or imposing penalties
-
Providing a different level or quality of goods or services to You
-
Suggesting that You will receive a different price or rate for goods or services or a different level or quality of goods or services.
-
Exercising Your CCPA Data Protection Rights
In order to exercise any of Your rights under the CCPA, and if you are a California resident, You can email or call us or visit our "Do Not Sell My Personal Information" section or web page.
The Company will disclose and deliver the required information free of charge within 45 days of receiving Your verifiable request. The time period to provide the required information may be extended once by an additional 45 days when reasonable necessary and with prior notice.
Children’s Privacy
These Services do not address anyone under the age of 13. I do not knowingly collect personally identifiable information from children under 13 years of age. In the case I discover that a child under 13 has provided me with personal information, I immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that I will be able to do the necessary actions.
Changes to This Privacy Policy
I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Privacy Policy on this page.
This policy is effective as of 13-Feb-2025
Contact Us
If you have any questions or suggestions about my Privacy Policy, do not hesitate to contact me at our email id coleracheal56@gmail.com
Developer Name: VidSmart Downloader Tech Apps