Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment