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

Commit f03c6984 authored by DvTonder's avatar DvTonder
Browse files

Settings: Add android namespace prefix

Change-Id: Iaeedf6a120ea13d5ddcc62d9081b5b31d13bc05e
parent a47a5a92
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -98,7 +98,8 @@
            android:requiredForAllUsers="true"
            android:supportsRtl="true">

        <uses-library android:name="org.cyanogenmod.hardware" required="false" />
        <uses-library android:name="org.cyanogenmod.hardware"
            android:required="false" />

        <receiver android:name=".cyanogenmod.LockscreenInterface$DeviceAdminLockscreenReceiver"
            android:permission="android.permission.BIND_DEVICE_ADMIN">
+0 −1
Original line number Diff line number Diff line
@@ -224,7 +224,6 @@ public class ShortcutPickHelper {
            }
        }


        public View getChildView(int groupPosition, int childPosition, boolean isLastChild,
                View convertView, ViewGroup parent) {
            if (convertView == null) {