Skip to content

Commit

Permalink
[fix] 단독 사용 가능 여부 false로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
unam98 committed Dec 23, 2024
1 parent 2afe323 commit 8f308bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
android:supportsRtl="true"
android:theme="@style/Theme.DdanDdan"
tools:targetApi="34">

<meta-data
android:name="com.google.android.wearable.standalone"
android:value="false" />

<activity
android:name=".presentation.#.terms.TermsWebViewActivity"
android:exported="false" />
Expand Down

0 comments on commit 8f308bf

Please # to comment.