Parent #16062
Safer component exporting
Activities, services, or broadcast receivers that use intent filters must explicitly declare the android:exported attribute. If the app component includes the LAUNCHER category, set android:exported to true. In most other cases, set android:exported to false.
Parent #16062
Safer component exporting
Activities, services, or broadcast receivers that use
intent filtersmust explicitly declare theandroid:exportedattribute. If the app component includes theLAUNCHERcategory, setandroid:exportedto true. In most other cases, setandroid:exportedto false.