Video Downloader Downloader ("we," "our," or "us") operates the All HD Video Downloader (the "App"). This Privacy Policy outlines how we collect, use, and protect your personal information when you use our App. By using our app, you agree to the collection and use of information as described in this policy.
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 media, to view. All videos related data, including videos, 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.
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.
In-App Purchases: No In-App Purchases have been added to the App as of now, but we may add it in future.
Google Ads: We use Google AdMob to display ads in the App. AdMob may collect data to serve personalized ads, including device identifiers, usage data, and location (if permitted). You may adjust your ad preferences in the device settings.
Firebase Analytics: We use Firebase to collect unidentified app usage data, such as feature engagement and crash reports, to improve the App's performance. This data does not personally identify you.
Room Db: We use RoomDB("androidx.room:room") to store and manage data locally on your device. This does not store or transmit your media data to any third parties.
SDP: We use SDP("com.intuit.sdp:sdp-android") and (“com.intuit.ssp:ssp-android”) to manage responsive and flexible user interface across different device ratios and sizes.
Glide: We use Glide("com.github.bumptech.glide:glide") to display any images/media within App efficiently.
EventBus: We use EventBus("org.greenrobot:eventbus") to send events and data within App eddiciently.
Lottie: We use Lottie (com.airbnb.android:lottie) to integrate high-quality, scalable animations within the app. Lottie allows us to render animations created in Adobe After Effects in real-time.
Preference: We use AndroidX Preference ("androidx.preference:preference:1.2.1") to provide a consistent and user-friendly interface for managing app settings and preferences. This ensures a seamless experience when customizing app behaviors without sharing your preferences with any third parties.
Retrofit: We use retrofit (“com.squareup.retrofit2:retrofit:2.9.0”) is used to implement a type-safe HTTP client for Android. Retrofit simplifies the process of making network requests and handling responses by using annotations to define the API endpoints. It supports various request types and can convert responses into Java objects, making it easy to integrate RESTful APIs into the app.
Logging Interceptor: We use interceptor
(“com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.7”) is used to log HTTP request and response data. This interceptor can be added to the OkHttp client used by Retrofit to provide detailed logging of network calls, which is crucial for debugging and monitoring the API interactions.
Gson Converter: We use gson converter
(“com.squareup.retrofit2:converter-gson”) allows Retrofit to convert JSON data into Java objects using the Gson library. This converter simplifies the deserialization process by automatically mapping JSON fields to the corresponding Java object properties, reducing the need for manual parsing.
RxJava Adapter: We use ex java (“com.squareup.retrofit2:adapter-rxjava”) integrates Retrofit with RxJava, enabling the use of reactive programming paradigms for network operations. This adapter allows developers to return Observable, Single, or Maybe types from Retrofit API calls, facilitating asynchronous data handling and improved code readability.
Retrofit Scalars Converter: We use Retrofit Scalars Converter ("com.squareup.retrofit2:converter-scalars:") to handle simple data types, such as strings, integers, and booleans, in network responses, ensuring efficient data handling during API communication.
Apache Commons Lang: We use Apache Commons Lang ("org.apache.commons:commons-lang") to provide utilities for manipulating core Java classes like Strings, Dates, and Numbers, enhancing the performance and readability of our code.
RxJava: We use RxJava ("io.reactivex.rxjava2:rxjava") to manage asynchronous programming and event-based data streams, ensuring more efficient handling of tasks like network calls, database operations, and UI updates.
RxAndroid: We use RxAndroid ("io.reactivex.rxjava2:rxandroid") to bring the power of RxJava to Android's main thread, allowing us to manage background tasks while updating the UI seamlessly and efficiently.
RxDownloader: We use RxDownloader ("com.github.esafirm:RxDownloader") to simplify file downloading processes by integrating with RxJava's reactive streams, providing a more flexible and efficient way to manage file downloads within the app.
SwipeRefreshLayout: We use SwipeRefreshLayout ("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01") to provide users with a familiar pull-to-refresh gesture, enabling easy and intuitive refreshing of app content, such as lists and feeds.
Dexter: We use Dexter (com.karumi:dexter) to simplify the handling of runtime permissions in our application. This library provides an easy-to-use API for requesting permissions, checking their status, and managing user responses.
RoundedImageView: We use RoundedImageView ("com.makeramen:roundedimageview") to display images with rounded corners and circular shapes within the app. This library helps enhance the visual appearance of images by applying customizable corner radii, borders, and other styling options.
ExoPlayer: We use ExoPlayer ("com.google.android.exoplayer:exoplayer-core" and "com.google.android.exoplayer:exoplayer-ui") to provide advanced media playback capabilities in the app. ExoPlayer allows us to handle various audio and video formats, streaming protocols, and provides a customizable user interface for media controls.
Hilt: We use Hilt (com.google.dagger) for dependency injection within the app. Hilt simplifies the process of managing dependencies by providing a standardized way to define, manage, and inject components. It ensures better scalability, testability, and maintainability by reducing the boilerplate code typically associated with dependency injection. The Hilt compiler (kapt "com.google.dagger") generates necessary code for dependency injection at compile time.
Fetch: We use Fetch ("com.tonyodev.fetch2:fetch2:2.0.0-RC7") for efficient and reliable file downloading within the app. Fetch provides robust support for background downloads, resumable downloads, and download management, ensuring a smooth user experience even in cases of network interruptions.
Flexbox: We use Flexbox ("com.google.android:flexbox") to create flexible and responsive layouts within the app. Flexbox allows us to arrange UI elements in a way that optimizes space and aligns items efficiently, adapting to different screen sizes and orientations for an improved user experience.
LocaleHelper: We use LocaleHelper ("com.zeugmasolutions.localehelper:locale-helper-android") to manage localization and language settings within the app. This library simplifies the process of handling multiple languages, allowing us to adapt the app's content to the user's preferred language seamlessly, enhancing accessibility and user experience.
Coroutines: We use Kotlin Coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-core) and (org.jetbrains.kotlinx:kotlinx-coroutines-android) to simplify asynchronous programming within the app. Coroutines enable us to perform background operations in a more readable and maintainable way, allowing for smooth execution of tasks such as network calls and database operations without blocking the main thread. This enhances app performance and provides a better user experience.
jurl: We use jurl (com.github.anthonynsimon:jurl) to simplify and enhance URL handling within the app. jurl provides a fluent API for constructing, parsing, and manipulating URLs, making it easier to work with web addresses in a robust and efficient manner. This library helps ensure proper URL formatting and encoding, contributing to reliable networking operations in the application.
App Update: We use the Play Core library for app updates (com.google.android.play:app-update) to facilitate seamless updates within our application. This library allows us to check for and initiate in-app updates, ensuring that users always have access to the latest features and improvements without needing to navigate to the Google Play Store.
BaseRecyclerViewAdapterHelper: We use BaseRecyclerViewAdapterHelper (io.github.cymchad:BaseRecyclerViewAdapterHelper) to simplify the implementation of RecyclerView adapters in our application. This library provides a powerful set of tools and utilities to handle common tasks such as item binding, animations, and multi-type view support, allowing for more efficient and organized code.
Lifecycle Common: We use the Lifecycle Common library (android.arch.lifecycle:common-java8) to manage the lifecycle of our components more effectively. This library provides a set of classes and interfaces that help in handling lifecycle-aware components, allowing us to create applications that are responsive to lifecycle changes.
Google In-App Purchases: We use the Google In-App Purchases library (com.github.akshaaatt:Google-IAP) to integrate in-app purchasing capabilities within our app. This library simplifies the process of implementing and managing in-app purchases, allowing users to buy digital products seamlessly.
Root Beer: We use the Root Beer library (com.scottyab:rootbeer-lib) to detect whether the device is rooted. This library helps enhance the security of our application by checking for common rooting methods and providing insights into the device's integrity.
Shimmer: We use the Shimmer library (com.facebook.shimmer:shimmer) to create visually appealing loading effects in our app. This library allows us to add a shimmering effect to UI components, enhancing the user experience during data loading phases.
String Obfuscation: We use io.michaelrocks.paranoid to secure and obfuscate strings and texts used within The App for enhanced data and code security.
Our Service may contain links to other websites that are not operated by Us. If You click on a third-party link, You will be directed to that third party's site. We strongly advise You to review the Privacy Policy of every site You visit.
We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.
If you are a resident of the European Economic Area (EEA), you have certain data protection rights under the General Data Protection Regulation (GDPR):
Right to Access: You have the right to request access to the personal information we may have about you.
Right to Rectification: You have the right to request the correction of inaccurate data.
Right to Erasure: You may request the deletion of your personal data.
Right to Restrict Processing: You can request limitations on how your data is processed.
Right to Data Portability: You may request a copy of your personal data in a structured format.
Right to Object: You can object to the processing of your data, especially in cases involving ads.
This Privacy Policy (“Privacy Policy”), is an integral part of our End User License Agreement (“EULA”), and governs the processing and transfer of personal data collected or processed by Company. (“Company”, “we”, “us” or “our”) when you accessing or using our mobile application or our services, all as detailed in the applicable EULA (respectively the “App” and “Service”).
Any capitalized terms not defined herein shall have the meaning ascribed to them in the EULA.
This Privacy Policy explains what data we may collect from you, how such data may be used or shared with others, how we safeguard it and how you may exercise your rights related to your Personal Data (as defined below), among others, and where applicable, as required according to the EU General Data Protection Regulation (“GDPR”),the Brazilian General Data Protection Law (as amended by Law No. 13,853/2019) (“LGPD”), the California Consumer Privacy Act (“CCPA”) and other US states as further detailed below.
This Privacy Policy explains our data collection practices that are applicable to any users of our App or our Services (“you” or “your”).
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.
The App may request the following permissions:
Network Access: This may be required for downloading updates or serving advertisements. It is also necessary for Google AdMob, Firebase, and other third-party services integrated into the App.
android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE
Wake lock: The app may utilize the WAKE_LOCK permission to ensure that your device stays awake during video downloads. This helps prevent interruptions by keeping the device from entering sleep mode, ensuring smooth and uninterrupted download progress, even when the screen is off.
android.permission.WAKE_LOCK
Notification Access: The app may utilize the POST_NOTIFICATIONS permission to send notifications related to download progress, completed downloads, or other relevant app updates. These notifications are solely for the purpose of enhancing your experience within the app and keeping you informed about the status of your video downloads.
android.permission.POST_NOTIFICATIONS
Storage Access: The permissions
READ_MEDIA_IMAGES,READ_EXTERNAL_STORAGE,READ_MEDIA_VIDEO,READ_MEDIA_AUDIO and WRITE_EXTERNAL_STORAGE allows the App to pick users pictures, videos and audio from gallery and file manager. We do no collect any other information from users storage.
android.permission.READ_MEDIA_IMAGES
android.permission.READ_MEDIA_AUDIO
android.permission.READ_MEDIA_VIDEO
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
AD ID Permission: The Permission AD_ID allows our app to access the advertising identifier for the device. This identifier is used for advertising purposes, enabling us to deliver personalized ads and analyze their performance while respecting user privacy.
com.google.android.gms.permission.AD_ID
All Application data is stored locally on your device. If you delete the App, all locally stored data will be deleted from your device. Any data collected by third-party services is subject to their data retention policies.
The App is not intended for use by children under the age of 13. We do not knowingly collect personal information from children. If you are a parent or guardian and believe that your child has provided us with personal information, please contact us so we can delete such information.
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.
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
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
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 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
We may share your personal information if it's required by law or in response to legitimate requests from public authorities, such as courts or government agencies. This means that if a legal request is made or we are required by law, we may need to provide your data to the relevant authorities.
We ensure that this is done only when absolutely necessary, and in full compliance with applicable laws to protect your privacy and rights.
Malware Protection: We regularly scan the App for malware or malicious code, ensuring it remains safe for users. We encourage users to download the App from trusted sources like the Google Play Store.
Network Abuse: The App does not engage in network abuse, such as unauthorized data transmission, spamming, or overuse of network resources. We comply with network usage policies to prevent any negative impact on your device’s performance.
We may update this Privacy Policy from time to time. We recommend reviewing this page periodically for any changes. Updates to this policy are effective when posted on this page.
If you have any questions about this Privacy Policy, please contact us at:
Developer Name: Video Downloader Downloader
Email: newappvision@gmail.com
Last updated: October 17, 2024