작성자 없음
작성자 정보가 삭제된 글입니다.
작성
·
183
0
인텐트 필터 안에 내용을 어떻게 고쳐야 할까요? 화면 위 내용은 밑에 와 같습니다.
여러 질문을 찾아보고 하는데 초보자한테는 힘들기는 하네요.ㅠ 알려주세요.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.example.twice" >
<application
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Twice"
tools:targetApi="31" >
<activity
android:name=".SplashActivity2"
android:exported="false" >
</activity>