Skip to content

Commit

Permalink
permission false
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseoRyu committed Jan 13, 2025
1 parent 98dc695 commit 125d829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 35 deletions.
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.example.app.READ_PERMISSION" />
<uses-permission android:name="com.example.app.WRITE_PERMISSION" />

<application
android:name=".MainApplication"
Expand All @@ -27,8 +29,7 @@
<!-- 상세 페이지 -->
<activity
android:name=".ui.details.DetailsActivity"
android:exported="true" />
android:exported="false"/>
</application>


</manifest>

This file was deleted.

0 comments on commit 125d829

Please sign in to comment.