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

Commit 5c87c5cc authored by Wang Han's avatar Wang Han Committed by Luca Stefani
Browse files

ShortcutService: Use ro.build.date to signal package scanning

 * Affects system apps scanning.

Change-Id: I5f6d6647929f5b5ae7e820b18e95bf5ed2ec8d1c
parent 2f8fdbd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4262,7 +4262,7 @@ public class ShortcutService extends IShortcutService.Stub {

    // Injection point.
    String injectBuildFingerprint() {
        return Build.FINGERPRINT;
        return Build.DATE;
    }

    final void wtf(String message) {