From 086c06d3e3ed38fd10183ba305052360dacf7e05 Mon Sep 17 00:00:00 2001 From: Omar Belkady <31806568+omarbelkady@users.noreply.github.com> Date: Thu, 2 Sep 2021 21:56:11 +0100 Subject: [PATCH] New Question (#2144) * New Question * Update android-quiz.md Co-authored-by: Zhenja --- android/android-quiz.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android/android-quiz.md b/android/android-quiz.md index af1c8d7907..80f0a97b9c 100755 --- a/android/android-quiz.md +++ b/android/android-quiz.md @@ -890,3 +890,10 @@ override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanc - [x] to make sure that the activity creates a new fragment each time it is restored from a previous state - [ ] to prevent the display of two fragments side by side in cases where the activity is restored from a previous state - [ ] to prevent the creation of overlapping fragments in cases where the activity is restored from a previous state + +#### Q56. Which component is not an entry point through which the system or a user can enter your app? + +- [ ] activity +- [ ] content provider +- [x] fragment +- [ ] service