A digital certificate is an electronic “passport” that allows a person, computer or organization to exchange information securely over the Internet using the public key infrastructure (PKI).The message is encrypted with the Private key, and can only be decrypted with the Public key.

A digital certificate is an electronic “passport” that allows a person, computer or organization to exchange information securely over the Internet using the public key infrastructure (PKI).The message is encrypted with the Private key, and can only be decrypted with the Public key.A . TrueB . FalseView AnswerAnswer: B

November 2, 2020 No Comments READ MORE +

Content providers can help an application manage access to data stored by it or by other apps. They also provide a way to share data with other apps.

Content providers can help an application manage access to data stored by it or by other apps. They also provide a way to share data with other apps.A . TrueB . FalseView AnswerAnswer: A

November 2, 2020 No Comments READ MORE +

Releasing updates of an application into Google Play requires signing it with the same certificate, or else all the previous users will not be notified of the update and eventually are lost.

Releasing updates of an application into Google Play requires signing it with the same certificate, or else all the previous users will not be notified of the update and eventually are lost.A . TrueB . FalseView AnswerAnswer: A

October 31, 2020 No Comments READ MORE +

During an application run-time, permissions may be enforced at a number of places when calling into the system, starting an activity, sending and receiving broadcasts, accessing and manipulating a content provider, and binding to or starting a service.

During an application run-time, permissions may be enforced at a number of places when calling into the system, starting an activity, sending and receiving broadcasts, accessing and manipulating a content provider, and binding to or starting a service.A . TrueB . FalseView AnswerAnswer: A

October 31, 2020 No Comments READ MORE +

Any Android application can protect itself by declaring permissions that can be accessed by other

Any Android application can protect itself by declaring permissions that can be accessed by other applications. This can be achieved using the <permission> tag in the activity_main.xml file of the Android applications providing the permission.A . TrueB . FalseView AnswerAnswer: B

October 28, 2020 No Comments READ MORE +

It is not necessary that every application installed on an Android device be signed by the developer before being published.

It is not necessary that every application installed on an Android device be signed by the developer before being published.A . TrueB . FalseView AnswerAnswer: B

October 27, 2020 No Comments READ MORE +

Android application developers can create custom permissions that should be labeled properly.

Android application developers can create custom permissions that should be labeled properly.A . TrueB . FalseView AnswerAnswer: A

October 27, 2020 No Comments READ MORE +

Permission is the right given to an application by Android to allow access to restricted system API (Application Programming Interface) such as Camera, Bluetooth, GPS, etc…

Permission is the right given to an application by Android to allow access to restricted system API (Application Programming Interface) such as Camera, Bluetooth, GPS, etc…A . TrueB . FalseView AnswerAnswer: A

October 25, 2020 No Comments READ MORE +

By default, all Android applications have no permission to access any protected resource that would have adverse effects on the system or on other applications.

By default, all Android applications have no permission to access any protected resource that would have adverse effects on the system or on other applications.A . TrueB . FalseView AnswerAnswer: A

October 24, 2020 No Comments READ MORE +

If two applications are developed by the same developer, they can share each other’s data if they have the same signature and the same android:sharedUserId flag set in their manifest files.

If two applications are developed by the same developer, they can share each other’s data if they have the same signature and the same android:sharedUserId flag set in their manifest files.A . TrueB . FalseView AnswerAnswer: A

October 24, 2020 No Comments READ MORE +