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

Unverified Commit bf9be7ea authored by Han Wang's avatar Han Wang Committed by LuK1337
Browse files

Etar: Fix android:targetPackage for shortcut

 * Fixes: https://gitlab.com/LineageOS/issues/android/-/issues/2153

Change-Id: If593884034be5825092b6ece8ca71eaec0509288
parent 0d020f13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,6 +8,6 @@
        <intent
            android:action="android.intent.action.INSERT"
            android:targetClass="com.android.calendar.EditEventActivity"
            android:targetPackage="ws.xsoh.etar" />
            android:targetPackage="org.lineageos.etar" />
    </shortcut>
</shortcuts>