cmsdk: Use getDataSystemDirectory
* Environment.getSystemSecureDirectory is not a thing on N Change-Id: I00725f53a6d8f6c412cb064868b463e8dab53327
This commit is contained in:
@@ -80,7 +80,7 @@ public class ProfileManagerService extends CMSystemService {
|
||||
public static final String KEYGUARD_CLASS = "com.android.systemui.keyguard.KeyguardService";
|
||||
|
||||
/* package */ static final File PROFILE_FILE =
|
||||
new File(Environment.getSystemSecureDirectory(), "profiles.xml");
|
||||
new File(Environment.getDataSystemDirectory(), "profiles.xml");
|
||||
|
||||
private static final int MSG_SEND_PROFILE_STATE = 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user