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

Commit e54d8f26 authored by Danesh M's avatar Danesh M Committed by Abhisek Devkota
Browse files

Settings : Remove duplicate ProtectedApps definition

Change-Id: I1c2f7cc983fa530891b26a7ad916d0c3e3c161d0
issue-id: CYNGNOS-954
(cherry picked from commit 2191508c)
parent bc927558
Loading
Loading
Loading
Loading
+0 −19
Original line number Diff line number Diff line
@@ -2376,25 +2376,6 @@
            </intent-filter>
        </receiver>

        <activity android:name=".applications.ProtectedAppsActivity"
                  android:label="@string/protected_apps"
                  android:excludeFromRecents="true"
                  android:configChanges="orientation">
            <intent-filter>
                <action android:name=".applications.ProtectedAppsActivity" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <activity android:name=".applications.LockPatternActivity"
                  android:label="@string/protected_apps"
                  android:excludeFromRecents="true">
            <intent-filter>
                <action android:name=".applications.LockPatternActivity" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <receiver android:name=".profiles.SetupDefaultProfileReceiver">
            <intent-filter>
                <action android:name="com.cyanogenmod.setupwizard.SETUP_FINISHED" />