Loading src/com/android/settings/backup/BackupSettingsActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class BackupSettingsActivity extends Activity implements Indexable { // TODO: http://b/22388012 if (!Build.TAGS.equalsIgnoreCase("test-keys,test-release") || UserHandle.myUserId() != UserHandle.USER_SYSTEM) { if (Log.isLoggable(TAG, Log.DEBUG)) { Log.d(TAG, "Build type is non test or Not a system user, not indexing the screen"); Log.d(TAG, "Build type is non-test or the UserID is not of a system user, not indexing the screen"); } keys.add(BACKUP_SEARCH_INDEX_KEY); } Loading Loading
src/com/android/settings/backup/BackupSettingsActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -123,7 +123,7 @@ public class BackupSettingsActivity extends Activity implements Indexable { // TODO: http://b/22388012 if (!Build.TAGS.equalsIgnoreCase("test-keys,test-release") || UserHandle.myUserId() != UserHandle.USER_SYSTEM) { if (Log.isLoggable(TAG, Log.DEBUG)) { Log.d(TAG, "Build type is non test or Not a system user, not indexing the screen"); Log.d(TAG, "Build type is non-test or the UserID is not of a system user, not indexing the screen"); } keys.add(BACKUP_SEARCH_INDEX_KEY); } Loading