Skip to content

Commit 1f12e43

Browse files
committed
Chore: installLocation을 internalOnly로 변경
1 parent 215b48e commit 1f12e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
4-
android:installLocation="auto">
4+
android:installLocation="internalOnly">
55

66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.CAMERA" />

0 commit comments

Comments
 (0)