GET 65% Discount on All Products Coupon code: "bigdisc65"
Which of the following is required for accessing a user’s Google account?
android.permission.GET_ACCOUNTS
android.permission.GET_INTERNET
android.permission.GET_AUTH_TOKEN
None are correct
What is the recommended use of BaseColumns._ID in SQLite database?
It should always be used to maintain unique ID.
It should be used to include unique ID when content provider is being used.
It is deprecated now.
All are correct.
Which of the following is correct about Content providers in Android?
They are used to share data between devices
They are used to share data between applications
They are used to share data between applications signed with same certificate
Data read by content providers are deleted when application closes.
Which of the listed below is a component level permission?
Activity
Permission group
Permission tree
TESTED 07 Nov 2024