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

Commit 8610a273 authored by menghanli's avatar menghanli
Browse files

Allow Accessibility features don't need summary, intro, and description

Bug: 224689419
Test: atest AccessibilityShortcutInfoTest
Change-Id: Ia2aa081bf8a16ebbb10762af80c125bcb2d52950
parent 7cf2c5f5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -169,10 +169,6 @@ public final class AccessibilityShortcutInfo {
            mIntroResId = asAttributes.getResourceId(
                    com.android.internal.R.styleable.AccessibilityShortcutTarget_intro, 0);
            asAttributes.recycle();

            if ((mDescriptionResId == 0 && mHtmlDescriptionRes == 0) || mSummaryResId == 0) {
                throw new XmlPullParserException("No description or summary in meta-data");
            }
        } catch (PackageManager.NameNotFoundException e) {
            throw new XmlPullParserException("Unable to create context for: "
                    + mActivityInfo.packageName);