receiverActivity property

String? receiverActivity
getter/setter pair

The activity that should be the default intent handler.

This should be an Android component name, e.g. com.android.enterprise.app/.MainActivity. Alternatively, the value may be the package name of an app, which causes Android Device Policy to choose an appropriate activity from the app to handle the intent.

Implementation

core.String? receiverActivity;