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

Commit 03365ccc authored by John Spurlock's avatar John Spurlock
Browse files

Remove redundant wifi-display notification.

Since all devices now appear in quick settings, remove the
framework notification and obsolete artifacts.

Bug:17607193
Change-Id: If952b826d79c77068285373c6b44a430f78c20b1
parent 23e79fce
Loading
Loading
Loading
Loading
−470 B
Loading image diff...
−342 B
Loading image diff...
−596 B
Loading image diff...
−934 B
Loading image diff...
+0 −26
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
 * Copyright 2013, 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.
 */
-->
<animation-list
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:oneshot="false">
    <item android:drawable="@drawable/ic_notification_cast_0" android:duration="500" />
    <item android:drawable="@drawable/ic_notification_cast_1" android:duration="500" />
    <item android:drawable="@drawable/ic_notification_cast_2" android:duration="500" />
    <item android:drawable="@drawable/ic_notification_cast_1" android:duration="500" />
</animation-list>
Loading