{"id":30466,"date":"2024-10-28T03:50:45","date_gmt":"2024-10-28T03:50:45","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=30466"},"modified":"2024-11-26T06:48:30","modified_gmt":"2024-11-26T06:48:30","slug":"%ec%bd%94%ed%8b%80%eb%a6%b0-%ec%95%88%eb%93%9c%eb%a1%9c%ec%9d%b4%eb%93%9c-%ec%95%b1%ea%b0%9c%eb%b0%9c-%ea%b0%95%ec%a2%8c-%ec%8a%a4%eb%a7%88%ed%8a%b8%ed%8f%b0-%ec%a0%95%eb%b3%b4-%ea%b5%ac%ed%95%98","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/30466\/","title":{"rendered":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\uc2a4\ub9c8\ud2b8\ud3f0\uc5d0\uc11c \uc571\uc744 \uac1c\ubc1c\ud560 \ub54c, \uc0ac\uc6a9\uc790\uc758 \uae30\uae30 \uc815\ubcf4\ub97c \uad6c\ud558\ub294 \uac83\uc740 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uace0 \ub9de\ucda4\ud615 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub514\ubc14\uc774\uc2a4\uc758 \ub2e4\uc591\ud55c \uc815\ubcf4\ub97c \ud65c\uc6a9\ud560 \uc218 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ucf54\ud2c0\ub9b0\uc744 \ud65c\uc6a9\ud558\uc5ec Android \uae30\uae30\uc758 \uc815\ubcf4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad6c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780?<\/h2>\n<p>\uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780 \uc0ac\uc6a9\uc790\uc758 \ud558\ub4dc\uc6e8\uc5b4 \ubc0f \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uad6c\uc131 \uc694\uc18c\uc5d0 \ub300\ud55c \uc815\ubcf4\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uacfc \uac19\uc740 \uc815\ubcf4\ub97c \ud3ec\ud568\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\ub514\ubc14\uc774\uc2a4 \ubaa8\ub378<\/li>\n<li>OS \ubc84\uc804<\/li>\n<li>\uc81c\uc870\uc0ac<\/li>\n<li>\uc800\uc7a5 \uacf5\uac04 \uc815\ubcf4<\/li>\n<li>\ub124\ud2b8\uc6cc\ud06c \uc5f0\uacb0 \uc0c1\ud0dc<\/li>\n<li>\ubc30\ud130\ub9ac \uc0c1\ud0dc<\/li>\n<li>\uc13c\uc11c \uc815\ubcf4<\/li>\n<\/ul>\n<h2>2. \ud544\uc694\ud55c \uad8c\ud55c \uc124\uc815\ud558\uae30<\/h2>\n<p>\ub514\ubc14\uc774\uc2a4 \uc815\ubcf4\ub97c \uc811\uadfc\ud558\uae30 \uc704\ud574\uc11c\ub294 AndroidManifest.xml \ud30c\uc77c\uc5d0 \ud544\uc694\ud55c \uad8c\ud55c\uc744 \uc124\uc815\ud574\uc57c \ud569\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \uae30\ubcf8\uc801\uc778 \uad8c\ud55c \uc124\uc815 \uc608\uc81c\uc785\ub2c8\ub2e4:<\/p>\n<pre>\n<code>\n&lt;manifest xmlns:android=\"http:\/\/schemas.android.com\/apk\/res\/android\"\n    package=\"com.example.deviceinfo\"&gt;\n\n    &lt;uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\" \/&gt;\n    &lt;application\n        android:allowBackup=\"true\"\n        android:icon=\"@mipmap\/ic_launcher\"\n        android:label=\"@string\/app_name\"\n        android:roundIcon=\"@mipmap\/ic_launcher_round\"\n        android:supportsRtl=\"true\"\n        android:theme=\"@style\/AppTheme\"&gt;\n        \n        &lt;activity android:name=\".MainActivity\"&gt;\n            &lt;intent-filter&gt;\n                &lt;action android:name=\"android.intent.action.MAIN\" \/&gt;\n                &lt;category android:name=\"android.intent.category.LAUNCHER\" \/&gt;\n            &lt;\/intent-filter&gt;\n        &lt;\/activity&gt;\n\n    &lt;\/application&gt;\n&lt;\/manifest&gt;\n<\/code>\n    <\/pre>\n<h2>3. \uc815\ubcf4 \uc811\uadfc \ub77c\uc774\ube0c\ub7ec\ub9ac<\/h2>\n<p>Android\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc815\ubcf4\ub97c \uc5bb\uae30 \uc704\ud574 \ub2e4\uc74c\uacfc \uac19\uc740 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>Build: \uae30\uae30 \ubc0f OS \uc815\ubcf4<\/li>\n<li>ConnectivityManager: \ub124\ud2b8\uc6cc\ud06c \uc0c1\ud0dc<\/li>\n<li>BatteryManager: \ubc30\ud130\ub9ac \uc0c1\ud0dc<\/li>\n<li>PackageManager: \uc124\uce58\ub41c \uc571 \uc815\ubcf4<\/li>\n<\/ul>\n<h2>4. \uae30\uae30 \uc815\ubcf4 \ucf54\ub4dc \uc608\uc81c<\/h2>\n<p>\uc544\ub798\uc758 \uc608\uc81c \ucf54\ub4dc\ub294 \ucf54\ud2c0\ub9b0\uc744 \uc0ac\uc6a9\ud558\uc5ec \uc548\ub4dc\ub85c\uc774\ub4dc \uae30\uae30\uc758 \uc815\ubcf4\ub97c \uac00\uc838\uc624\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/p>\n<pre>\n<code>\nimport android.content.Context\nimport android.os.Build\nimport android.content.Intent\nimport android.content.IntentFilter\nimport android.os.BatteryManager\nimport android.net.ConnectivityManager\nimport android.net.NetworkInfo\n\nclass DeviceInfo(context: Context) {\n\n    private val appContext = context.applicationContext\n\n    fun getDeviceModel(): String {\n        return Build.MODEL\n    }\n\n    fun getOSVersion(): String {\n        return Build.VERSION.RELEASE\n    }\n\n    fun getManufacturer(): String {\n        return Build.MANUFACTURER\n    }\n\n    fun getBatteryLevel(): Int {\n        val batteryStatus: Intent? = IntentFilter(Intent.ACTION_BATTERY_CHANGED).let { intentFilter -&gt;\n            appContext.registerReceiver(null, intentFilter)\n        }\n        val level = batteryStatus?.getIntExtra(BatteryManager.EXTRA_LEVEL, -1) ?: -1\n        val scale = batteryStatus?.getIntExtra(BatteryManager.EXTRA_SCALE, -1) ?: -1\n        return (level \/ scale.toFloat() * 100).toInt()\n    }\n\n    fun isConnectedToNetwork(): Boolean {\n        val connectivityManager = appContext.getSystemService(Context.CONNECTIVITY_SERVICE) as ConnectivityManager\n        val networkInfo: NetworkInfo? = connectivityManager.activeNetworkInfo\n        return networkInfo != null &amp;&amp; networkInfo.isConnected\n    }\n}\n<\/code>\n    <\/pre>\n<h3>4.1 \uc0ac\uc6a9\ubc95<\/h3>\n<p>\uc704 \ud074\ub798\uc2a4\ub97c \uc0ac\uc6a9\ud558\uc5ec \uae30\uae30 \uc815\ubcf4\ub97c \uac00\uc838\uc624\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre>\n<code>\nclass MainActivity : AppCompatActivity() {\n\n    private lateinit var deviceInfo: DeviceInfo\n\n    override fun onCreate(savedInstanceState: Bundle?) {\n        super.onCreate(savedInstanceState)\n        setContentView(R.layout.activity_main)\n\n        deviceInfo = DeviceInfo(this)\n\n        val deviceModel = deviceInfo.getDeviceModel()\n        val osVersion = deviceInfo.getOSVersion()\n        val manufacturer = deviceInfo.getManufacturer()\n        val batteryLevel = deviceInfo.getBatteryLevel()\n        val isConnected = deviceInfo.isConnectedToNetwork()\n\n        \/\/ UI\uc5d0 \uc815\ubcf4\ub97c \ud45c\uc2dc\ud558\ub294 \ubd80\ubd84\n        displayDeviceInfo(deviceModel, osVersion, manufacturer, batteryLevel, isConnected)\n    }\n\n    private fun displayDeviceInfo(model: String, os: String, manufacturer: String, battery: Int, connected: Boolean) {\n        \/\/ UI \uc5c5\ub370\uc774\ud2b8 \ucf54\ub4dc\n    }\n}\n<\/code>\n    <\/pre>\n<h2>5. \ub2e4\uc591\ud55c \uc815\ubcf4\uc758 \ucd9c\ub825<\/h2>\n<p>\uc704\uc5d0\uc11c \uc791\uc131\ud55c \uc815\ubcf4\ub97c UI\uc5d0 \ud45c\uc2dc\ud558\ub294 \ubc29\ubc95\uc740 \uc5ec\ub7ec \uac00\uc9c0\uac00 \uc788\uc2b5\ub2c8\ub2e4. RecyclerView \ub610\ub294 ListView\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc815\ubcf4\ub97c \ubaa9\ub85d \ud615\ud0dc\ub85c \ud45c\uc2dc\ud558\uac70\ub098, TextView\ub97c \uc0ac\uc6a9\ud558\uc5ec \ub2e8\uc21c\ud558\uac8c \uc815\ubcf4\ub97c \ubcf4\uc5ec\uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4:<\/p>\n<pre>\n<code>\nprivate fun displayDeviceInfo(model: String, os: String, manufacturer: String, battery: Int, connected: Boolean) {\n    val infoTextView: TextView = findViewById(R.id.infoTextView)\n    val connectionStatus = if (connected) \"\uc5f0\uacb0\ub428\" else \"\uc5f0\uacb0 \uc548\ub428\"\n    \n    val info = \"\ubaa8\ub378: $model\\n\" +\n               \"OS \ubc84\uc804: $os\\n\" +\n               \"\uc81c\uc870\uc0ac: $manufacturer\\n\" +\n               \"\ubc30\ud130\ub9ac \uc794\ub7c9: $battery%\\n\" +\n               \"\ub124\ud2b8\uc6cc\ud06c \uc0c1\ud0dc: $connectionStatus\"\n    \n    infoTextView.text = info\n}\n<\/code>\n    <\/pre>\n<h2>6. \ud504\ub85c\uc81d\ud2b8 \uac1c\uc120 \ubc29\ubc95<\/h2>\n<p>\uc774 \ud504\ub85c\uc81d\ud2b8\ub294 \uc2dc\uc791\uc810\uc5d0 \ubd88\uacfc\ud569\ub2c8\ub2e4. \ub2e4\uc74c\uacfc \uac19\uc740 \ubc29\ubc95\uc73c\ub85c \ub354 \uac1c\uc120\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<ul>\n<li>\ub2e4\uc591\ud55c \uc13c\uc11c \uc815\ubcf4\ub97c \ucd94\uac00\ud558\uae30<\/li>\n<li>UI \ub514\uc790\uc778 \uac1c\uc120\ud558\uae30<\/li>\n<li>\uc0ac\uc6a9\uc790 \ub9de\ucda4\ud615 \uc11c\ube44\uc2a4 \uc81c\uacf5\ud558\uae30<\/li>\n<\/ul>\n<h2>\uacb0\ub860<\/h2>\n<p>\uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub97c \uac00\uc838\uc624\ub294 \uac83\uc740 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uace0 \uc571\uc744 \ubcf4\ub2e4 \uc720\uc6a9\ud558\uac8c \ub9cc\ub4dc\ub294 \ub370 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c \uc124\uba85\ud55c \ubc29\ubc95\uc744 \ud1b5\ud574 \ucf54\ud2c0\ub9b0\uc73c\ub85c Android \uc571\uc5d0\uc11c \uae30\uae30 \uc815\ubcf4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uc811\uadfc\ud558\uace0 \ud65c\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc591\ud55c \uc2e4\uc2b5\uc744 \ud1b5\ud574 \ub354 \ub9ce\uc740 \uc815\ubcf4\ub97c \ucc98\ub9ac\ud558\ub294 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5b4 \ubcf4\uc138\uc694!<\/p>\n<footer>\n<p>\uc791\uc131\uc790: \uc870\uad11\ud615<\/p>\n<p>\uc791\uc131\uc77c: 2024\ub144 11\uc6d4 26\uc77c<\/p>\n<\/footer>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc2a4\ub9c8\ud2b8\ud3f0\uc5d0\uc11c \uc571\uc744 \uac1c\ubc1c\ud560 \ub54c, \uc0ac\uc6a9\uc790\uc758 \uae30\uae30 \uc815\ubcf4\ub97c \uad6c\ud558\ub294 \uac83\uc740 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uace0 \ub9de\ucda4\ud615 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub514\ubc14\uc774\uc2a4\uc758 \ub2e4\uc591\ud55c \uc815\ubcf4\ub97c \ud65c\uc6a9\ud560 \uc218 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ucf54\ud2c0\ub9b0\uc744 \ud65c\uc6a9\ud558\uc5ec Android \uae30\uae30\uc758 \uc815\ubcf4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad6c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780? \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780 \uc0ac\uc6a9\uc790\uc758 \ud558\ub4dc\uc6e8\uc5b4 \ubc0f \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uad6c\uc131 \uc694\uc18c\uc5d0 \ub300\ud55c \uc815\ubcf4\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uacfc \uac19\uc740 \uc815\ubcf4\ub97c \ud3ec\ud568\ud560 \uc218 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/30466\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[35],"tags":[],"class_list":["post-30466","post","type-post","status-publish","format-standard","hentry","category-35"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/30466\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc2a4\ub9c8\ud2b8\ud3f0\uc5d0\uc11c \uc571\uc744 \uac1c\ubc1c\ud560 \ub54c, \uc0ac\uc6a9\uc790\uc758 \uae30\uae30 \uc815\ubcf4\ub97c \uad6c\ud558\ub294 \uac83\uc740 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uace0 \ub9de\ucda4\ud615 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub514\ubc14\uc774\uc2a4\uc758 \ub2e4\uc591\ud55c \uc815\ubcf4\ub97c \ud65c\uc6a9\ud560 \uc218 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ucf54\ud2c0\ub9b0\uc744 \ud65c\uc6a9\ud558\uc5ec Android \uae30\uae30\uc758 \uc815\ubcf4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad6c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780? \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780 \uc0ac\uc6a9\uc790\uc758 \ud558\ub4dc\uc6e8\uc5b4 \ubc0f \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uad6c\uc131 \uc694\uc18c\uc5d0 \ub300\ud55c \uc815\ubcf4\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uacfc \uac19\uc740 \uc815\ubcf4\ub97c \ud3ec\ud568\ud560 \uc218 &hellip; \ub354 \ubcf4\uae30 &quot;\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/30466\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T03:50:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:48:30+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/30466\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30466\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30\",\"datePublished\":\"2024-10-28T03:50:45+00:00\",\"dateModified\":\"2024-11-26T06:48:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30466\/\"},\"wordCount\":16,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/30466\/\",\"url\":\"https:\/\/atmokpo.com\/w\/30466\/\",\"name\":\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T03:50:45+00:00\",\"dateModified\":\"2024-11-26T06:48:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30466\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/30466\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/30466\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/30466\/","og_locale":"ko_KR","og_type":"article","og_title":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc2a4\ub9c8\ud2b8\ud3f0\uc5d0\uc11c \uc571\uc744 \uac1c\ubc1c\ud560 \ub54c, \uc0ac\uc6a9\uc790\uc758 \uae30\uae30 \uc815\ubcf4\ub97c \uad6c\ud558\ub294 \uac83\uc740 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\uc2dc\ud0a4\uace0 \ub9de\ucda4\ud615 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud558\uae30 \uc704\ud574\uc11c\ub294 \ub514\ubc14\uc774\uc2a4\uc758 \ub2e4\uc591\ud55c \uc815\ubcf4\ub97c \ud65c\uc6a9\ud560 \uc218 \uc788\uc5b4\uc57c \ud569\ub2c8\ub2e4. \ubcf8 \uac15\uc88c\uc5d0\uc11c\ub294 \ucf54\ud2c0\ub9b0\uc744 \ud65c\uc6a9\ud558\uc5ec Android \uae30\uae30\uc758 \uc815\ubcf4\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad6c\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780? \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4\ub780 \uc0ac\uc6a9\uc790\uc758 \ud558\ub4dc\uc6e8\uc5b4 \ubc0f \uc18c\ud504\ud2b8\uc6e8\uc5b4 \uad6c\uc131 \uc694\uc18c\uc5d0 \ub300\ud55c \uc815\ubcf4\uc785\ub2c8\ub2e4. \ub2e4\uc74c\uacfc \uac19\uc740 \uc815\ubcf4\ub97c \ud3ec\ud568\ud560 \uc218 &hellip; \ub354 \ubcf4\uae30 \"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/30466\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T03:50:45+00:00","article_modified_time":"2024-11-26T06:48:30+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/30466\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/30466\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30","datePublished":"2024-10-28T03:50:45+00:00","dateModified":"2024-11-26T06:48:30+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/30466\/"},"wordCount":16,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/30466\/","url":"https:\/\/atmokpo.com\/w\/30466\/","name":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T03:50:45+00:00","dateModified":"2024-11-26T06:48:30+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/30466\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/30466\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/30466\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\ucf54\ud2c0\ub9b0 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc2a4\ub9c8\ud2b8\ud3f0 \uc815\ubcf4 \uad6c\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30466","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=30466"}],"version-history":[{"count":2,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30466\/revisions"}],"predecessor-version":[{"id":43116,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30466\/revisions\/43116"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=30466"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=30466"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=30466"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}