Tap to silent Application icon

Tap to silent 1.3.1

1.2 MB / 0+ Downloads / Rating 5.0 - 1 reviews


See previous versions

Tap to silent, developed and published by JJworkshop, has released its latest version, 1.3.1, on 2024-01-05. This app falls under the Tools category on the Google Play Store and has achieved over 10 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

Tap to silent APK available on this page is compatible with all Android devices that meet the required specifications (Android 6.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.jjworkshop.android.taptosilent

Updated: 1 year ago

Developer Name: JJworkshop

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Tap to silent on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

Tap to silent 1.3.1
2024-01-05 / 1.2 MB / Android 6.0+

About this app

This is a very simple app.
Mutes ringtones, notification sounds and media playback sounds, etc when tap an app to launch it.
To cancel muting, tap after selecting an app from the task list.
Also, external control is also possible. Please refer to the memo at the bottom.


Note:
If you delete from the task list while the sound is muted, it will remain muted. In that case, you can cancel mute mode by restart and exiting properly.
Depending on the Android version, additional permissions may be required. Look at the second screenshot.


Memo:
When the app launches by issuing an Intent from other apps, you can switch between mute or unmute.

Please set it referring to the setting value of the following app.

Package name: com.jjworkshop.android.taptosilent
Class Name: com.jjworkshop.android.taptosilent.MainActivity
Extra: name="silent" value="on" , "off" or "on_except_music"
"on_except_music" will zero all except the media volume.

For example, the program code that requests mute is as follows.

val packageName = "com.jjworkshop.android.taptosilent"
val className = "com.jjworkshop.android.taptosilent.MainActivity"
val intent = intent.setClassName(packageName, className)
intent.putExtra("silent", "on")
startActivity(intent)

New features

v1.3.1
Added "on_except_music_alarm" as a running mode parameter.
This parameter will zero all except the media and alarm volume.

App Permissions

Marker permission for applications that wish to access notification policy.