diff options
| author | 2023-04-04 16:28:03 +0000 | |
|---|---|---|
| committer | 2023-04-04 17:07:09 +0000 | |
| commit | 7a9decf0189c8674d2580cc9a117eebfeee0a9d2 (patch) | |
| tree | 1a63475d0e234ba650424be5b18d18b14c6fa540 /java/res | |
| parent | 9af8dc833a207de6c8d5287aadfff326926f7085 (diff) | |
Remove SHARESHEET_CUSTOM_ACTIONS flag usage
Has been released for a while without issue.
Everyone loves it.
Bug: 266983432
Test: atest IntentResolverUnitTests
Change-Id: I8fdf7014415d53df2dabd55ec7bbdfb1426e093e
Diffstat (limited to 'java/res')
| -rw-r--r-- | java/res/layout/chooser_action_row.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/java/res/layout/chooser_action_row.xml b/java/res/layout/chooser_action_row.xml deleted file mode 100644 index 620ff704..00000000 --- a/java/res/layout/chooser_action_row.xml +++ /dev/null @@ -1,32 +0,0 @@ -<!-- - ~ Copyright (C) 2019 The Android Open Source Project - ~ - ~ Licensed under the Apache License, Version 2.0 (the "License"); - ~ you may not use this file except in compliance with the License. - ~ You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, software - ~ distributed under the License is distributed on an "AS IS" BASIS, - ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - ~ See the License for the specific language governing permissions and - ~ limitations under the License - --> -<FrameLayout - xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" - android:layout_width="match_parent" - android:layout_height="wrap_content"> - - <com.android.intentresolver.widget.ChooserActionRow - android:id="@androidprv:id/chooser_action_row" - android:layout_width="@dimen/chooser_preview_width" - android:layout_height="wrap_content" - android:paddingLeft="@dimen/chooser_edge_margin_normal" - android:paddingRight="@dimen/chooser_edge_margin_normal" - android:layout_marginBottom="@dimen/chooser_view_spacing" - android:layout_gravity="center_horizontal" - android:gravity="center" /> - -</FrameLayout>
\ No newline at end of file |