JB-MR2 features updated
	modified:   FeatureSummaryActivity.java

Change-Id: Ie7c2e0bbb6b6e4746d3de7270a1fcb62ce008c28
diff --git a/apps/CtsVerifier/src/com/android/cts/verifier/features/FeatureSummaryActivity.java b/apps/CtsVerifier/src/com/android/cts/verifier/features/FeatureSummaryActivity.java
index 42f9e77..46963a0 100644
--- a/apps/CtsVerifier/src/com/android/cts/verifier/features/FeatureSummaryActivity.java
+++ b/apps/CtsVerifier/src/com/android/cts/verifier/features/FeatureSummaryActivity.java
@@ -174,8 +174,10 @@
 
     public static final Feature[] ALL_JELLY_BEAN_MR2_FEATURES = {
             new Feature("android.software.app_widgets", false),
+            new Feature("android.software.input_methods", false),
             new Feature("android.software.home_screen", false),
             new Feature("android.hardware.bluetooth_le", false),
+            new Feature("android.hardware.camera.any", false),
     };
 
     @Override