How android recognizes the difference between embedded applications and third-party applications

how Android recognizes the difference between embedded applications and third-party applications. What are the measures that he uses for recognition. thank.

+3
source share
1 answer

The application is recognized by the package in use. All embedded applications have a common starting package name (for example: com.android .... or com.htc ...) are not sure how application identification can be applied: P

0
source

All Articles