Landry Norris
10/05/2023, 9:22 AMJeff Lockhart
10/05/2023, 2:19 PMpackage=<http://com.example.app|com.example.app>
attribute from the AndroidManifest.xml and put it in build.gradle:
android {
namespace "<http://com.example.app|com.example.app>"
...
}
<activity>
in the manifest has the attribute android:exported="true"
.Colton Idle
10/06/2023, 11:54 AMLandry Norris
10/06/2023, 10:26 PM