Messaging: ContactMediaChooser: Remove permission requesting

We never reach this state when we remove the permission, so it makes
no sense to have code for it

Change-Id: I97f2f5d438148234ea1887462ab65735721da2f8
This commit is contained in:
Michael W
2024-12-23 17:43:42 +01:00
parent c73fdc5064
commit 590243f8a8
4 changed files with 0 additions and 54 deletions

View File

@@ -49,16 +49,4 @@
android:importantForAccessibility="no"
android:contentDescription="@null" />
</FrameLayout>
<!-- This view will hide all other views if the required permission is not granted -->
<TextView
android:id="@+id/missing_permission_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/enable_permission_procedure"
android:contentDescription="@string/enable_permission_procedure_description"
android:background="@android:color/white"
android:gravity="center"
android:visibility="gone" />
</FrameLayout>