Valid AND-401 Dumps shared by ExamDiscuss.com for Helping Passing AND-401 Exam! ExamDiscuss.com now offer the newest AND-401 exam dumps, the ExamDiscuss.com AND-401 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AND-401 dumps with Test Engine here:
Which of the following is not true about <activity> tag in AndroidManifest file?
Correct Answer: C
Explanation/Reference: Incorrect: A: An activity is a single, focused thing that the user can do. Almost all activities interact with the user, so the Activity class takes care of creating a window for you in which you can place your UI with setContentView(View). B, D: Example: <application . . .> <activity android:name="com.example.project.FreneticActivity" android:permission="com.example.project.DEBIT_ACCT" .. . > .. . </activity> References: http://developer.android.com/reference/android/app/Activity.html