Posts

Privacy Policy - QRMaker

Privacy Policy - QRMaker Privacy Policy This Privacy Policy applies to the mobile application QRMaker developed for generating and sharing QR codes. 1. Information We Collect The app does not collect, store, or share any personal information from users. All QR code data such as: URLs (links) Phone numbers SMS numbers Email addresses WhatsApp numbers are processed locally on the user's device only and are not transmitted to any server . 2. How We Use Information The app only uses the data entered by the user to: Generate QR codes Enable QR-based actions such as opening links, phone dialer, SMS app, email, or WhatsApp Allow users to share generated QR codes We do not store or track any user data . 3. SMS Functionality The app allows users to generate QR codes that: Contain a mobile number When scanned, open the device’s default SMS application with the number pre-filled ...

Kisan Hisab – Account Deletion Request

Kisan Hisab - Delete Account Request Kisan Hisab – Account & Data Deletion Request This page explains how users of the Kisan Hisab App can request deletion of their account and associated data. How to Request Account Deletion Users can request deletion of their account by sending an email to: Email: cobrotherstech@gmail.com Please include the following details in your email request: Registered phone number used in the app Request message for account deletion Data That Will Be Deleted User account information Phone number and profile details Stored records and app data Data Retention Policy All user data will be permanently deleted within 7 days after verification of the deletion request. Important Note This process is provided to comply with Google Play User Data policies and to give users full control over their personal information.

Privacy Policy – Kisan Hisab App

Kisan Hisab - Privacy Policy Privacy Policy - Kisan Hisab App Kisan Hisab operates the Kisan Hisab mobile application. This page informs users about our policies regarding the collection, use, and disclosure of personal information. Information We Collect Email address (obtained via Google Login) Device information (mobile model, OS version) App usage data Notification token for sending updates We use direct Google Login for secure authentication. We do not collect or store passwords, nor do we collect sensitive personal data like bank details. How We Use Information To provide and improve app functionality To send important notifications To improve user experience To fix technical issues Ads & Third-Party Services This app may use third-party advertising services such as Google AdMob. These services may collect device identifiers and usage data to display ads. Data Security We value your trust in providing your information. However, remember th...

nt

nt all pract
os all pract
https://drive.google.com/file/d/19X9yURb9n8QmwdoOlgzCSvIzeQMdJ-xN/view?usp=sharing

arro

  <?php // Indexed Array $indexedArray = array ( 5 , 3 , 8 , 1 , 9 ); echo "Original Indexed Array: " ; print_r ( $indexedArray ); echo "<br>" ; // Sorting Indexed Array sort ( $indexedArray ); // Sort in ascending order echo " \n\n Indexed Array after sort(): " ; print_r ( $indexedArray ); echo "<br>" ; rsort ( $indexedArray ); // Sort in descending order echo " \n\n Indexed Array after rsort(): " ; print_r ( $indexedArray ); echo "<br>" ; // Associative Array $associativeArray = array (     "John" => 25 ,     "Alice" => 30 ,     "Bob" => 20 ,     "Diana" => 35 ); echo " \n\n Original Associative Array: " ; print_r ( $associativeArray ); // Sorting Associative Array asort ( $associativeArray ); // Sort by values in ascending order, preserving keys echo " \n\n Associative Array after asort(): " ; print_r ( $associativeArr...