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

Commit d92e78d3 authored by Raman Tenneti's avatar Raman Tenneti
Browse files

AOSP/DeskClock - update the DeskClock version to target P (28) or higher.

Bug: 115499280

Test: manual - Ran the following CTS tests on Pixel phone. Tested the DeskClock UI.

$ make -j 40
  -rw-r--r-- 1 rtenneti primarygroup 5268958 Dec 11 16:54 ./out/target/product/marlin/system/app/DeskClock/DeskClock.apk

$ adb install -r out/target/product/marlin/system/app/DeskClock/DeskClock.apk

Change-Id: Ie4e53c003716591ce020a747928e99064194374b
parent 1e4eb815
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
    <original-package android:name="com.android.alarmclock" />
    <original-package android:name="com.android.deskclock" />

    <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="25" />
    <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="28" />

    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />