문제: 앱을 콘솔에 배포하니, android:exported="false" 설정이 안 되어 있다고 함

          android:exported="false" 설정하니, 앱 실행이 안 됨

해결: laucher가 포함되어 있으면, "true"로 설정해야 함

 

https://developer.android.com/guide/topics/manifest/activity-element#exported

 

Android 개발자  |  Android Developers

애플리케이션의 시각적 사용자 인터페이스 일부를 구현하는 활동(Activity 서브클래스)을 선언합니다. 모든 활동은 매니페스트 파일의 {@code} 요소로 나타내야 합니다. 여기에 선언되지 않은 활동

developer.android.com

 

 

https://soo0100.tistory.com/1714

 

android:exported 에러 수정하기

Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent..

soo0100.tistory.com