Change superclass to InstrumentedFragment.

- for fragments that do not implement the preference screen, change them
to inherit from InstrumentedFragment instead.

Change-Id: I791c2634024bd2c248efea955be5c680180d735c
Fixes: 68277111
Test: make RunSettingsRoboTests
This commit is contained in:
Doris Ling
2017-11-16 11:03:40 -08:00
parent 7bd80f15fe
commit 72489725c6
19 changed files with 47 additions and 62 deletions

View File

@@ -157,6 +157,7 @@ public class CryptKeeperSettings extends InstrumentedPreferenceFragment {
}
}
}
activity.setTitle(R.string.crypt_keeper_encrypt_title);
}
/**