Monday 31 December 2018

New Classic App Locker


Classic App Locker


Frequently Asked Questions (FAQ) AND PRIVACY POLICY

How to change password?
Open Applock, Protect, unlock Settings

Forgot Password, How to Recover password? How to open Applock again?
There are two ways to open it:
      1. When you Download app,Applock gives you recover key password, Enter #recover key password (for eg.#652262625)  in your dial pad, and tap Dial Call button. Will open Re-set Menu of Password, reset new pin and enjoy app.
2.     Open Playstore and find our Applock app and Re-Install app and Set New password and go to setting recover key for future forget password.

Hide Pictures: Protect your personal photos
- Easily hide pictures to our vault from your gallery.
- Keep snoopers away from private photos.
- Enjoy a private photo gallery that only you can view.

Hide Videos: Protect private memories easily.
- Don’t worry about your private media in our video vault now.
- Protect your secret videos from prying eyes and nosy friends

How to I Change Theme Applock?
Open Applock App and Go to Theme menu, Select New theme.

Here below list of permission we used in app,it is just for your kind information, we respect your privacy and enjoy app 
Allows access to the vibrator.
"android.permission.VIBRATE"

Allows an application to see the number being dialled during an outgoing call with the option to redirect the call to a different number or abort the call altogether.

ACCESS_NETWORK_STATE
Allows applications to access information about networks.

Allows applications to open network sockets.
Constant Value: "android.permission.INTERNET"

Allows applications to access information about Wi-Fi networks

Allows an application to write to external storage.

 READ_EXTERNAL_STORAGE
Allows an application to read from external storage.

Allows an application to manage access to documents, usually as part of a document picker.
Allows an app to create windows using the type TYPE_APPLICATION_OVERLAY, shown on top of all other apps. Very few apps should use this permission; these windows are intended for system-level interaction with the user.

"android.permission.SYSTEM_ALERT_WINDOW"
  Allows an application to collect component usage statistics
Declaring the permission implies intention to use the API and the user of the device can grant permission through the Settings application.

"android.permission.PACKAGE_USAGE_STATS"
RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have them running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.

<uses-permission android:name="android.permission.RESTART_PACKAGES" />
public static final String RESTART_PACKAGES

<uses-permissionandroid:name="android.permission.VIBRATE"/>
Allows access to the vibrator.

<uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" />
public static final String PROCESS_OUTGOING_CALLS
Allows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether.

<uses-permission android:name="android.permission.GET_TASKS" />
public static final String GET_TASKS

<uses-permissionandroid:name="android.permission.WAKE_LOCK"/>
Allows using PowerManagerWakeLocks to keep processor from sleeping or screen from dimming.


<uses-permission android:name="android.permission.USE_FINGERPRINT" />
This constant was deprecated in API level 28. Applications should request USE_BIOMETRIC instead


Thank you


Monday 24 December 2018

New Call Recorder

Classic Call Recorder

 

 
Please scroll down if you want to ask a question, request a feature or report a bug.

 
Frequently Asked Questions (FAQ) AND PRIVACY POLICY

 
Q. Unlimited Call recording
A. Setting > Inbox size > Select (10, 50,100,500, Unlimited Recording)
We suggest choosing Inbox size unlimited.

 
Q. Extra fine quality of recordings
A. Setting > File format > Select (3GP, WAV, MP4 and AMR)
We Suggest to Choose AMR File format for Extra fine Quality.

 
Q. Audio Sources use
A. Setting > Audio Source > Select (Mic, Voice Call, Voice Communication, Camcorder, Voice recognition, Voice up-link, Voice Down-link.)
We Suggest to Choose Mic, Voice Call and Voice first.

 
Q. Private mode Or Lock Auto Call Recording App.
A. Setting > Private Mode > On >Setup password and security Question.

 
HERE BELOW SOME PERMISSION WE USED IN OUR APPLICATION FOR RECORDING VOICE CALL AND WE RESPECT YOUR PRIVACY, ENJOY APP.
RECORD_AUDIO
Allows an application to record audio.
Constant Value: "android.permission.RECORD_AUDIO"
READ_CONTACTS
Allows an application to read the user's contacts data.
Constant Value: "android.permission.READ_CONTACTS"
 
READ_PHONE_STATE
Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any Phone Accounts registered on the device.
Constant Value: "android.permission.READ_PHONE_STATE"
INTERNET
Allows applications to open network sockets.
Constant Value: "android.permission.INTERNET"
Allows an application to write the user's contacts data.
WRITE_EXTERNAL_STORAGE
Allows an application to read from external storage.
Constant Value: "android.permission.WRITE_EXTERNAL_STORAGE"
 
PROCESS_OUTGOING_CALLS
Allows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether.
Constant Value: "android.permission.PROCESS_OUTGOING_CALLS"
ACCESS_NETWORK_STATE
Allows applications to access information about networks.
Constant Value: "android.permission.ACCESS_NETWORK_STATE"