Effective Date: November 14, 2024
Last Updated: November 14, 2024
Calling CRM is a private Customer Relationship Management (CRM) and Lead Management tool developed exclusively for internal use by employees of B2infosoft Pvt. Ltd. The app is installed only on company-owned devices, and access is limited to authorized users with valid credentials.
READ_CALL_LOG
), we fetch incoming and outgoing call durations. This is used solely to measure employee communication time for internal reporting.<service
android:name="com.b2infosoft.service.NewCallForegroundService"
android:foregroundServiceType="phoneCall"
android:exported="true" />
<service
android:name="com.b2infosoft.service.CallDetailsService"
android:permission="android.permission.BIND_SCREENING_SERVICE"
android:exported="true">
<intent-filter>
<action android:name="android.telecom.CallScreeningService" />
</intent-filter>
</service>
READ_CALL_LOG
— To display call durations essential for CRM context and performance tracking.FOREGROUND_SERVICE
, FOREGROUND_SERVICE_PHONE_CALL
— To run necessary call-related services.SYSTEM_ALERT_WINDOW
— To display call-related CRM popups.BIND_SCREENING_SERVICE
— To screen calls for enhanced CRM features.We do not record calls, read SMS, or access personal media. All permissions are strictly for app functionality.
We retain data only as long as necessary for business purposes. Employees may request correction or deletion of their data by contacting our IT team.
All permissions are clearly disclosed and can be managed from your device settings at any time.
This app is not intended for individuals under the age of 13. We do not knowingly collect data from children.
We may update this Privacy Policy from time to time. Significant changes will be communicated via email or in-app notifications.
If you have any questions or concerns about this Privacy Policy, please contact us:
Email: sharwan@b2infosoft.com
Phone: +91-9772946777
Company Name: B2infosoft Pvt. Ltd.