• Android development in the androidmanifest. XML configuration root node <manifest> configuration details
  • Android manifest.xml configuration <application> configuration details
  • The <manifest> subtag configuration of androidmanifest.xml in Android development
  • Android manifest.xml configuration <activity> tag configuration details
  • Android manifest.xml configuration <activity-alias> tag configuration details
  • Androidmanifest.xml configuration for implicit Intent tags
  • Android development in the Androidmanifest. XML configuration of service, receiver tag configuration details

The purpose of this article is to share the service and Receiver tag configuration. If there are any mistakes, please correct them. More Android technology sharing can pay attention to my Android technology circle, you can also join QQ group number :690347536, learn to exchange Android development skills.



1. android:description

Description of the service.

2. Android :directBootAware whether to start directly when the user is unlocked.

3. Android :enabled Whether it can be instantiated by the Android system.

4. Android: Exported allows you to interact directly with components of other applications.

5. The android: foregroundServiceType specify that the service is to meet a specific case at the front desk service.

6. Android :icon Indicates the Service icon.

7. Android :isolatedProcess If set to true, this Service runs in a special process isolated from the rest of the system, has no permissions of its own, and has only communication with it through the Service API (binding and startup).

8. Android: Label Indicates the service label that can be displayed to the user.

9. Android :name The full class name that implements the Service subclass.

Permission Required permission to access the Service.

11. Android: Process Service Specifies the name of the running process.

The configuration in receiver is similar to that in Service and does not parse.

Follow for more Android technology sharingMy Android tech circle, you can also join QQ group number :690347536 to learn and exchange Android development skills.