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

This commit is contained in:
Jordan Liu
2018-05-22 21:12:31 +00:00
committed by Android (Google) Code Review

View File

@@ -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