Skip to content

Commit

Permalink
#17 [ADD] Kakao Redirect URI 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
youjin09222 committed Jan 10, 2025
1 parent 6cc59e2 commit 0a85b39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
<data android:host="oauth"
android:scheme="${KAKAO_NATIVE_APP_KEY}"/>
</intent-filter>
</activity>
</application>
Expand Down

0 comments on commit 0a85b39

Please sign in to comment.