D
D
DANIIILKA2016-12-03 15:27:40
Android
DANIIILKA, 2016-12-03 15:27:40

What does the following manifest mean?

intent-filter>
     action android:name="android.intent.action.MAIN" /> 
     category android:name="android.intent.category.LAUNCHER" />
/intent-filter

what does android mean. android point, is this a class?
intent.category.launcher, because category.launcher is a constant and is written as category_launcher ,
why is everything written with a dot in the intent class?
Well, what exactly do these lines mean, thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
aol-nnov, 2016-12-03
@aol-nnov

wanted to know what the following manifest means

Y
Yuri, 2016-12-04
@YuryBorodkin

that this is one of the inputs to the application, that's what it means.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question