Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4,6 TrustPilot
logo-home
Summary

Summary Security: Mobile Design and development

Rating
-
Sold
-
Pages
3
Uploaded on
17-10-2022
Written in
2022/2023

Security: Mobile Design and development Mobile Design and Development Module for Computer Science (2B) at UCT.

Content preview

This shared space is used to launch new activities. **We use explicit intents, as
otherwise they can do what they want with your images for example?
→ When you create an intent, you need to create a bundle inside intent that invokes
Security different activities.
Android Security Architecture Implicit Intents
→ All apps share the content providers, notification system etc and need to be Implicit intents do not name/specify a specific component, but instead declare
explicitly secured a general action to perform, which allows a component from another app to handle
→ Android Application Runtime: Android apps are often written in the Java it. For example, if you want to show the user a location on a map, you can use an
programming language and run in the Android runtime (ART). implicit intent to request that another capable app show a specified location on a
→ Many apps, including core Android services and apps, are native apps or include map. Can ask for everything. Can override native camera on someone’s phone ie.
native libraries. Both ART and native apps run within the same security
environment, contained within the Application Sandbox. Apps get a dedicated
Intent provides info on available components provided by the system to be invoked.
part of the file system in which they can write private data, including
Ie, setting default browser. ie:
databases and raw files.
Intent intent = new Intent(Intent.ACTION_VIEW)
intent.setData(Uri.parse("https://wwww.javapoint.com"))
startActivity(intnet)
Explicit intents
Explicit intents specify which application will satisfy the intent, by supplying
either the target app's package name or a fully-qualified component class
name. You'll typically use an explicit intent to start a component in your own app,
because you know the class name of the activity or service you want to start. For
example, you might start a new activity within your app in response to a user action,
or start a service to download a file in the background.
Intent i = new Intent(getApplicationContext(), ActivityTwo.class)
startActivity(i)
Security 1 Security 2

Document information

Uploaded on
October 17, 2022
Number of pages
3
Written in
2022/2023
Type
SUMMARY

Subjects

R50,00
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF


Document also available in package deal

Thumbnail
Package deal
Mobile Design and Development Summary for Computer Science (2B) at UCT.
-
9 2022
R 300,00 More info

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
chloewalt University of Cape Town
View profile
Follow You need to be logged in order to follow users or courses
Sold
25
Member since
4 year
Number of followers
12
Documents
36
Last sold
6 months ago

4,8

6 reviews

5
5
4
1
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can immediately select a different document that better matches what you need.

Pay how you prefer, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card or EFT and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions