Skip to content

Commit

Permalink
Fix: #1427, disable the Pointer Tagging feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainmohd-a committed May 14, 2024
1 parent 573be6d commit a6491c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:allowNativeHeapPointerTagging="false"
android:memtagMode="off"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
Expand Down

0 comments on commit a6491c8

Please sign in to comment.