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

Commit d25198f6 authored by Jordan Liu's avatar Jordan Liu Committed by Gerrit Code Review
Browse files

Merge "Change directory where apns-conf.xml is stored"

parents 923208e8 d3904f1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ public class ApnDbInstallReceiver extends ConfigUpdateInstallReceiver {
            "update_db");

    public ApnDbInstallReceiver() {
        super("/data/misc/", "apns-conf.xml", "metadata/", "version");
        super("/data/misc/apns/", "apns-conf.xml", "metadata/", "version");
    }

    @Override