Fix compile error in Settings
Change-Id: I2fab97a3a2ed99d2c24e67990be1ea21987af3db
This commit is contained in:
@@ -16,8 +16,6 @@
|
|||||||
|
|
||||||
package com.android.settings;
|
package com.android.settings;
|
||||||
|
|
||||||
import com.android.internal.Manifest;
|
|
||||||
|
|
||||||
import android.content.ComponentName;
|
import android.content.ComponentName;
|
||||||
import android.content.pm.PackageManager;
|
import android.content.pm.PackageManager;
|
||||||
import android.content.pm.ResolveInfo;
|
import android.content.pm.ResolveInfo;
|
||||||
@@ -39,7 +37,7 @@ public class TrustAgentUtils {
|
|||||||
static final String TAG = "TrustAgentUtils";
|
static final String TAG = "TrustAgentUtils";
|
||||||
|
|
||||||
private static final String TRUST_AGENT_META_DATA = TrustAgentService.TRUST_AGENT_META_DATA;
|
private static final String TRUST_AGENT_META_DATA = TrustAgentService.TRUST_AGENT_META_DATA;
|
||||||
private static final String PERMISSION_PROVIDE_AGENT = Manifest.permission.PROVIDE_TRUST_AGENT;
|
private static final String PERMISSION_PROVIDE_AGENT = android.Manifest.permission.PROVIDE_TRUST_AGENT;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return true, if the service in resolveInfo has the permission to provide a trust agent.
|
* @return true, if the service in resolveInfo has the permission to provide a trust agent.
|
||||||
|
Reference in New Issue
Block a user