Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e42a6058 authored by Christopher Tate's avatar Christopher Tate
Browse files

Filter backup/restore confirmation buttons when obscured

I.e. don't let people fake the user out by putting some other UI over
the top of it in order to phish for a confirmation.

Addresses bug 4521629

Change-Id: I40ae057ebedeb92ed264fb52fa1c7c297c9d3ec2
parent ca680af2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
              android:layout_marginBottom="30dp" />

    <Button android:id="@+id/button_allow"
            android:filterTouchesWhenObscured="true"
            android:text="@string/allow_backup_button_label"
            android:layout_below="@id/package_name"
            android:layout_height="wrap_content"
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@
              android:layout_marginBottom="30dp" />

    <Button android:id="@+id/button_allow"
            android:filterTouchesWhenObscured="true"
            android:text="@string/allow_restore_button_label"
            android:layout_below="@id/package_name"
            android:layout_height="wrap_content"