summaryrefslogtreecommitdiffstats
path: root/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/Constants.java
diff options
context:
space:
mode:
Diffstat (limited to 'samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/Constants.java')
-rw-r--r--samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/Constants.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/Constants.java b/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/Constants.java
index bb4e958c7..0f8a1e34b 100644
--- a/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/Constants.java
+++ b/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/Constants.java
@@ -21,7 +21,6 @@ public interface Constants {
/**
* Package name of the AppRestrictionSchema sample.
*/
- public static final String PACKAGE_NAME_APP_RESTRICTION_SCHEMA
- = "com.example.android.apprestrictionschema";
+ String PACKAGE_NAME_APP_RESTRICTION_SCHEMA = "com.example.android.apprestrictionschema";
}