Bonjour et bonne année 2025
Je cherche un moyen pour supprimer TOUT le contenu du presse papier en une seule fois en appuyant sur un bouton avec App Inventor, est ce possible ?
J'ai cherché, peut être mal, mais je n'ai pas trouvé...
J'ai vu l'extension taifunclipboard, mais il n'y a pas vu cette fonction avec cette extension...
Pouvez vous m'aider s'il vous plaît ?
Lito
January 4, 2025, 8:13am
2
Have you ever tried to copy a 'blank' string?
Lito
@>-->---
Merci Lito, mais cela copie une chaîne vide, c'est à dire ne copie rien bien sûr, ok c'est normal..
Mais cela ne supprime pas le contenu actuel du presse papier .
Je me suis peut être mal exprimé ?
1 Like
Taifun
January 4, 2025, 9:31am
4
It seems to be there is a solution starting from sdk 29...
Strange how Google have stymied file handling under the guise of security and yet the clipboard can retain potentially sensitive data!
This Stack Overflow page appears to offer a solution for API 28+:
As I see it, if the primary clip is deleted, the next-in-line clip becomes the primary clip, so each clip could be deleted in a loop until the clipboard is empty?
It only needs to be implemented in an extension
Taifun
1 Like
Lito
January 4, 2025, 9:38am
5
AppCool:
Merci Lito, mais cela copie une chaîne vide, c'est à dire ne copie rien bien sûr, ok c'est normal..
Mais cela ne supprime pas le contenu actuel du presse papier .
Je me suis peut être mal exprimé ?
Have you ever tried to copy a 'blank' space?
I understand that the purpose is to 'clean' the clipboard of sensitive information, right?
Lito
@>-->---
Merci Taifun, il semble que c'est bien compliqué pour moi oups...
oui même résultat, le contenu du presse papier n'as pas été effacé...
Maybe this extension can help you...
This extension provides comprehensive tools for managing the clipboard content on Android devices. It allows users to perform various clipboard operations such as clearing, setting, getting, and monitoring clipboard content.
[component_method (4)]
ClearClipboard
Clears the clipboard content by overwriting it with multiple large strings, followed by an empty string.
[component_event (2)]
ClipboardCleared
Event triggered when the clipboard is successfully cleared.
[component_meth…
2 Likes
AppCool
January 4, 2025, 10:45am
10
Bravo Joejsanz
Super, c'est excellent, en fait "Clear Clipboard" supprime TOUT le contenu du presse papier.
"Clear Completly" fait quoi ?
Pour moi le but est atteins et c'est super, merci beaucoup et bonne année 2025
1 Like
It only deletes the current clip, not the ones saved on the keyboard.
What it does is that when you use the paste function in a text box, it doesn't paste anything because there's nothing.
Unfortunately, the clips will be saved on the keyboard if you only use that ClearClipboardCompletely function.
Happy new year
system
Closed
January 11, 2025, 11:33am
12
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.