Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
deny clipboard by default
Browse files Browse the repository at this point in the history
  • Loading branch information
octocorvus committed May 11, 2024
1 parent 5884ebd commit 8d98122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/res/res/values/config_ext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
<string name="config_first_party_app_source_package_name">app.grapheneos.apps</string>
<java-symbol type="string" name="config_first_party_app_source_package_name" />

<bool name="setting_default_deny_clipboard_read">false</bool>
<bool name="setting_default_deny_clipboard_read">true</bool>
<java-symbol type="bool" name="setting_default_deny_clipboard_read" />
</resources>

0 comments on commit 8d98122

Please sign in to comment.