Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf0a4e77 authored by Aayush Gupta's avatar Aayush Gupta Committed by Rohit Sekhar
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 6053036f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
                    }