{"id":30683,"date":"2024-10-28T04:01:32","date_gmt":"2024-10-28T04:01:32","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=30683"},"modified":"2024-11-26T06:47:44","modified_gmt":"2024-11-26T06:47:44","slug":"%ec%9e%90%eb%b0%94-%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%9d%b8%ed%85%90%ed%8a%b8-%ec%9d%b4%ed%95%b4%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/30683\/","title":{"rendered":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\ud558\uae30"},"content":{"rendered":"<p><body><\/p>\n<p>\uc548\ub4dc\ub85c\uc774\ub4dc \uac1c\ubc1c\uc5d0\uc11c <strong>\uc778\ud150\ud2b8(Intent)<\/strong>\ub294 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uac04\uc758 \uc0c1\ud638\uc791\uc6a9\uc744 \uac00\ub2a5\ud558\uac8c \ud558\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub97c \uc774\ud574\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc740 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc778\ud150\ud2b8\uc758 \uac1c\ub150, \uc885\ub958, \uc0ac\uc6a9 \ubc29\ubc95, \uc608\uc81c \ucf54\ub4dc \ub4f1\uc744 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h2>1. \uc778\ud150\ud2b8\ub780?<\/h2>\n<p>\uc778\ud150\ud2b8\ub294 \uc548\ub4dc\ub85c\uc774\ub4dc \uc2dc\uc2a4\ud15c\uc5d0\uc11c \ucef4\ud3ec\ub10c\ud2b8 \uac04\uc5d0 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub3c4\ub85d \uc694\uccad\ud558\ub294 \uba54\uc2dc\uc9c0\uc785\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub294 \ub2e4\ub978 Activity, Service \ub610\ub294 Broadcast Receiver\ub97c \uc2dc\uc791\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub97c \ud1b5\ud574 \uc571 \ub0b4\uc5d0\uc11c \ub370\uc774\ud130\ub97c \uc804\ub2ec\ud558\uace0 \uc0c1\ud638\uc791\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>1.1. \uc778\ud150\ud2b8\uc758 \uad6c\uc131 \uc694\uc18c<\/h3>\n<pre><code>Intent intent = new Intent(context, TargetActivity.class);<\/code><\/pre>\n<ul>\n<li><strong>Context:<\/strong> \uc778\ud150\ud2b8\ub97c \uc2dc\uc791\ud560 \uacc4\uce35\uc758 \ud658\uacbd \uc815\ubcf4\uc785\ub2c8\ub2e4.<\/li>\n<li><strong>TargetActivity:<\/strong> \uc778\ud150\ud2b8\uac00 \uc644\ub8cc\ub418\uba74 \uc2dc\uc791\ud560Activity\uc758 \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n<p>\uc778\ud150\ud2b8\ub294 \uc120\ud0dd\uc801 \uc815\ubcf4\ub97c \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uacfc \uac19\uc740 \uba54\uc11c\ub4dc\ub97c \uc0ac\uc6a9\ud558\uc5ec \ucd94\uac00\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>intent.putExtra(\"key\", \"value\");<\/code><\/pre>\n<h2>2. \uc778\ud150\ud2b8\uc758 \uc885\ub958<\/h2>\n<p>\uc548\ub4dc\ub85c\uc774\ub4dc\uc5d0\uc11c \uc778\ud150\ud2b8\ub294 \ud06c\uac8c \ub450 \uac00\uc9c0 \uc885\ub958\ub85c \ub098\ub20c \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>2.1. \uba85\uc2dc\uc801 \uc778\ud150\ud2b8 (Explicit Intent)<\/h3>\n<p>\uba85\uc2dc\uc801 \uc778\ud150\ud2b8\ub294 \ud2b9\uc815 \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc9c1\uc811 \uc9c0\uc815\ud558\uc5ec \uc2dc\uc791\ud569\ub2c8\ub2e4. \uc8fc\ub85c \uac19\uc740 \uc571 \ub0b4\uc5d0\uc11c \ub2e4\ub978 Activity\ub97c \uc2dc\uc791\ud560 \ub54c \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/p>\n<pre><code>Intent intent = new Intent(this, SecondActivity.class);\nstartActivity(intent);<\/code><\/pre>\n<h3>2.2. \uc554\uc2dc\uc801 \uc778\ud150\ud2b8 (Implicit Intent)<\/h3>\n<p>\uc554\uc2dc\uc801 \uc778\ud150\ud2b8\ub294 \ud589\ub3d9(Action)\uacfc \ub370\uc774\ud130\ub97c \uae30\ubc18\uc73c\ub85c \uc2dc\uc2a4\ud15c\uc774 \uc801\ud569\ud55c \ucef4\ud3ec\ub10c\ud2b8\ub97c \ucc3e\uc544 \uc2e4\ud589\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc6f9 \ud398\uc774\uc9c0\ub97c \uc5ec\ub294 \uc694\uccad\uc740 \ub2e4\uc74c\uacfc \uac19\uc774 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(\"http:\/\/www.example.com\"));\nstartActivity(intent);<\/code><\/pre>\n<h2>3. \uc778\ud150\ud2b8\ub97c \ud65c\uc6a9\ud55c \ub370\uc774\ud130 \uc804\ub2ec<\/h2>\n<p>\uc778\ud150\ud2b8\ub97c \ud1b5\ud574 \ub450 Activity \uac04\uc5d0 \ub370\uc774\ud130\ub97c \uc804\ub2ec\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \uacfc\uc815\uc740 \ub2e4\uc74c\uc758 \ub2e8\uacc4\ub85c \uc774\ub8e8\uc5b4\uc9d1\ub2c8\ub2e4.<\/p>\n<h3>3.1. \ub370\uc774\ud130 \uc804\ub2ec\ud558\uae30<\/h3>\n<p>\ub2e4\uc74c\uacfc \uac19\uc740 \ubc29\ubc95\uc73c\ub85c \uc778\ud150\ud2b8\ub97c \ud1b5\ud574 \ub370\uc774\ud130\ub97c \uc804\ub2ec\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>Intent intent = new Intent(this, SecondActivity.class);\nintent.putExtra(\"message\", \"Hello, SecondActivity!\");\nstartActivity(intent);<\/code><\/pre>\n<h3>3.2. \ub370\uc774\ud130 \uc218\uc2e0\ud558\uae30<\/h3>\n<p>\uc804\ub2ec\ub41c \ub370\uc774\ud130\ub97c \uc218\uc2e0\ud558\uae30 \uc704\ud574\uc11c\ub294 \uc218\uc2e0 Activity\uc5d0\uc11c \ub2e4\uc74c\uacfc \uac19\uc740 \ucf54\ub4dc\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4:<\/p>\n<pre><code>Intent intent = getIntent();\nString message = intent.getStringExtra(\"message\");\nToast.makeText(this, message, Toast.LENGTH_SHORT).show();<\/code><\/pre>\n<h2>4. \uc778\ud150\ud2b8\uc758 \ud50c\ub798\uadf8(flag)<\/h2>\n<p>\uc778\ud150\ud2b8\ub97c \uc0ac\uc6a9\ud560 \ub54c \ud50c\ub798\uadf8\ub97c \uc124\uc815\ud558\uc5ec \uc778\ud150\ud2b8\uc758 \ub3d9\uc791\uc744 \uc218\uc815\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc790\uc8fc \uc0ac\uc6a9\ud558\ub294 \ud50c\ub798\uadf8\uc5d0\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uac83\ub4e4\uc774 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>4.1. FLAG_ACTIVITY_NEW_TASK<\/h3>\n<p>\uc774 \ud50c\ub798\uadf8\ub97c \ud1b5\ud574 \uc0c8\ub85c\uc6b4 \ud0dc\uc2a4\ud06c\uc5d0\uc11c Activity\ub97c \uc2dc\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>Intent intent = new Intent(this, NewTaskActivity.class);\nintent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);\nstartActivity(intent);<\/code><\/pre>\n<h3>4.2. FLAG_ACTIVITY_CLEAR_TOP<\/h3>\n<p>\uc774 \ud50c\ub798\uadf8\ub97c \uc0ac\uc6a9\ud558\uba74 \uc774\ubbf8 \uc874\uc7ac\ud558\ub294 Activity\uac00 \uc788\uc73c\uba74 \ud574\ub2f9 Activity \uc704\uc758 \ubaa8\ub4e0 Activity\ub97c \uc885\ub8cc\ud558\uace0 \uadf8 Activity\ub97c \uc2dc\uc791\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>Intent intent = new Intent(this, TargetActivity.class);\nintent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);\nstartActivity(intent);<\/code><\/pre>\n<h2>5. \uc778\ud150\ud2b8\ub97c \ud1b5\ud55c \uc11c\ube44\uc2a4 \uc2dc\uc791<\/h2>\n<p>\uc778\ud150\ud2b8\ub294 \uc11c\ube44\uc2a4\ub3c4 \uc2dc\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc11c\ube44\uc2a4\ub294 \ubc31\uadf8\ub77c\uc6b4\ub4dc\uc5d0\uc11c \uc791\uc5c5\uc744 \uc218\ud589\ud560 \uc218 \uc788\ub3c4\ub85d \ub3c4\uc640\uc8fc\ub294 \ucef4\ud3ec\ub10c\ud2b8\uc785\ub2c8\ub2e4.<\/p>\n<h3>5.1. \uc11c\ube44\uc2a4 \uc815\uc758 \ubc0f \uc2dc\uc791<\/h3>\n<p>\uc11c\ube44\uc2a4\ub97c \uc815\uc758\ud558\uace0 \uc2dc\uc791\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n<pre><code>Intent intent = new Intent(this, MyService.class);\nstartService(intent);<\/code><\/pre>\n<h3>5.2. \uc11c\ube44\uc2a4\uc758 \uc0dd\uba85\uc8fc\uae30<\/h3>\n<p>\uc11c\ube44\uc2a4\ub294 \ub2e4\uc74c\uacfc \uac19\uc740 \uc0dd\uba85\uc8fc\uae30\ub97c \uac00\uc9d1\ub2c8\ub2e4.<\/p>\n<ul>\n<li><strong>onCreate():<\/strong> \uc11c\ube44\uc2a4\uac00 \uc0dd\uc131\ub420 \ub54c \ud638\ucd9c\ub429\ub2c8\ub2e4.<\/li>\n<li><strong>onStartCommand():<\/strong> \uc11c\ube44\uc2a4\uac00 \uc2dc\uc791\ub420 \ub54c \ud638\ucd9c\ub429\ub2c8\ub2e4.<\/li>\n<li><strong>onDestroy():<\/strong> \uc11c\ube44\uc2a4\uac00 \uc885\ub8cc\ub420 \ub54c \ud638\ucd9c\ub429\ub2c8\ub2e4.<\/li>\n<\/ul>\n<h2>6. \ube0c\ub85c\ub4dc\uce90\uc2a4\ud2b8 \uc218\uc2e0\uc790(Broadcast Receiver)\uc640 \uc778\ud150\ud2b8<\/h2>\n<p>\ube0c\ub85c\ub4dc\uce90\uc2a4\ud2b8 \uc218\uc2e0\uc790\ub294 \uc2dc\uc2a4\ud15c \ub610\ub294 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc5d0\uc11c \ubc1c\uc0dd\ud558\ub294 \uc774\ubca4\ud2b8\ub97c \uc218\uc2e0\ud558\ub294 \ucef4\ud3ec\ub10c\ud2b8\uc785\ub2c8\ub2e4.<\/p>\n<h3>6.1. \ube0c\ub85c\ub4dc\uce90\uc2a4\ud2b8 \ubc1c\uc1a1<\/h3>\n<p>\ube0c\ub85c\ub4dc\uce90\uc2a4\ud2b8\ub97c \ubc1c\uc1a1\ud558\uae30 \uc704\ud574 \uc778\ud150\ud2b8\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc740 \ub2e4\uc74c\uacfc \uac19\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>Intent intent = new Intent(\"com.example.CUSTOM_EVENT\");\nsendBroadcast(intent);<\/code><\/pre>\n<h3>6.2. \ube0c\ub85c\ub4dc\uce90\uc2a4\ud2b8 \uc218\uc2e0<\/h3>\n<p>\ube0c\ub85c\ub4dc\uce90\uc2a4\ud2b8 \uc218\uc2e0\uc790\ub294 \ub2e4\uc74c\uacfc \uac19\uc774 \uc815\uc758\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4:<\/p>\n<pre><code>public class MyReceiver extends BroadcastReceiver {\n    @Override\n    public void onReceive(Context context, Intent intent) {\n        Toast.makeText(context, \"Broadcast received!\", Toast.LENGTH_SHORT).show();\n    }\n}\n<\/code><\/pre>\n<h2>7. \uc778\ud150\ud2b8 \uc608\uc81c \uc571 \ub9cc\ub4e4\uae30<\/h2>\n<p>\uc774\uc81c \uc5ec\ub7ec\ubd84\uc774 \ubc30\uc6b4 \uc778\ud150\ud2b8\ub97c \ud65c\uc6a9\ud558\uc5ec \uac04\ub2e8\ud55c \uc608\uc81c \uc571\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4.<\/p>\n<h3>7.1. \ud328\ud0a4\uc9c0 \uad6c\uc870<\/h3>\n<p>\uc6b0\ub9ac\uc758 \uc571\uc740 \ub2e4\uc74c\uacfc \uac19\uc740 \ud328\ud0a4\uc9c0 \uad6c\uc870\ub97c \uac00\uc9d1\ub2c8\ub2e4.<\/p>\n<ul>\n<li>com.example.intentapp<\/li>\n<li>com.example.intentapp.activities<\/li>\n<li>com.example.intentapp.receivers<\/li>\n<\/ul>\n<h3>7.2. MainActivity.java<\/h3>\n<p>\uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uc758 \uba54\uc778 Activity\ub294 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4(UI)\uc640 \uc778\ud150\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc5ec SecondActivity\ub97c \ud638\ucd9c\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>package com.example.intentapp.activities;\n\nimport android.content.Intent;\nimport android.os.Bundle;\nimport android.view.View;\nimport android.widget.Button;\nimport androidx.appcompat.app.AppCompatActivity;\n\npublic class MainActivity extends AppCompatActivity {\n    @Override\n    protected void onCreate(Bundle savedInstanceState) {\n        super.onCreate(savedInstanceState);\n        setContentView(R.layout.activity_main);\n\n        Button button = findViewById(R.id.button);\n        button.setOnClickListener(new View.OnClickListener() {\n            @Override\n            public void onClick(View v) {\n                Intent intent = new Intent(MainActivity.this, SecondActivity.class);\n                intent.putExtra(\"message\", \"Hello, SecondActivity!\");\n                startActivity(intent);\n            }\n        });\n    }\n}\n<\/code><\/pre>\n<h3>7.3. SecondActivity.java<\/h3>\n<p>SecondActivity\uc5d0\uc11c\ub294 MainActivity\uc5d0\uc11c \ubcf4\ub0b8 \ub370\uc774\ud130\ub97c \ubc1b\uace0 \ucd9c\ub825\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>package com.example.intentapp.activities;\n\nimport android.content.Intent;\nimport android.os.Bundle;\nimport android.widget.TextView;\nimport androidx.appcompat.app.AppCompatActivity;\n\npublic class SecondActivity extends AppCompatActivity {\n    @Override\n    protected void onCreate(Bundle savedInstanceState) {\n        super.onCreate(savedInstanceState);\n        setContentView(R.layout.activity_second);\n\n        Intent intent = getIntent();\n        String message = intent.getStringExtra(\"message\");\n\n        TextView textView = findViewById(R.id.textView);\n        textView.setText(message);\n    }\n}\n<\/code><\/pre>\n<h3>7.4. AndroidManifest.xml \uc124\uc815<\/h3>\n<p>\uc0c8\ub85c\uc6b4 Activity\ub97c AndroidManifest.xml\uc5d0 \ub4f1\ub85d\ud569\ub2c8\ub2e4.<\/p>\n<pre><code>&lt;activity android:name=\".activities.SecondActivity\"&gt;&lt;\/activity&gt;<\/code><\/pre>\n<h2>8. \uc778\ud150\ud2b8\uc5d0 \ub300\ud55c \ubaa8\ubc94 \uc0ac\ub840<\/h2>\n<p>\uc778\ud150\ud2b8\ub97c \uc0ac\uc6a9\ud560 \ub54c \uba87 \uac00\uc9c0 \ubaa8\ubc94 \uc0ac\ub840\ub97c \ub530\ub974\uba74 \ubcf4\ub2e4 \ud6a8\uc728\uc801\uc778 \uc571\uc744 \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<ul>\n<li>\uac00\ub2a5\ud55c \ud55c \uba85\uc2dc\uc801 \uc778\ud150\ud2b8\ub97c \uc0ac\uc6a9\ud558\uc138\uc694. \uc554\uc2dc\uc801 \uc778\ud150\ud2b8\ub294 \uc131\ub2a5\uc5d0 \uc601\ud5a5\uc744 \uc904 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<li>\uc778\ud150\ud2b8\uc5d0 \ub370\uc774\ud130\ub97c \uc804\ub2ec\ud560 \ub54c\ub294 \uc801\uc808\ud55c \ub370\uc774\ud130\ub97c \uc0ac\uc6a9\ud558\uc138\uc694. \ubb38\uc790\uc5f4\ubcf4\ub2e4\ub294 Parcelable \uac1d\uccb4\ub97c \uad8c\uc7a5\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc778\ud150\ud2b8\ub97c \ud1b5\ud574 \ub370\uc774\ud130 \uc804\ub2ec \uc2dc, \ub370\uc774\ud130 \ud06c\uae30\ub97c \ucd5c\uc18c\ud654\ud558\uc138\uc694.<\/li>\n<\/ul>\n<h2>9. \uacb0\ub860<\/h2>\n<p>\uc778\ud150\ud2b8\ub294 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uc758 \ud575\uc2ec \uac1c\ub150\uc73c\ub85c, \uc571 \uac04\uc758 \uc0c1\ud638\uc791\uc6a9\uacfc \ub370\uc774\ud130 \uc804\ub2ec\uc744 \uac00\ub2a5\ud558\uac8c \ud574\uc90d\ub2c8\ub2e4. \uc774\ubc88 \uae00\uc5d0\uc11c\ub294 \uc778\ud150\ud2b8\uc758 \uae30\ubcf8 \uac1c\ub150, \uc885\ub958, \ub370\uc774\ud130 \uc804\ub2ec \ubc29\ubc95, \uc11c\ube44\uc2a4 \ubc0f \ube0c\ub85c\ub4dc\uce90\uc2a4\ud2b8 \uc218\uc2e0\uc790\uc640\uc758 \uad00\uacc4\ub97c \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ucd08 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c \ub2e4\uc591\ud55c \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uc744 \uac1c\ubc1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n<p>\uc55e\uc73c\ub85c \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \uc778\ud150\ud2b8\ub97c \ud65c\uc6a9\ud558\uc5ec \ub354 \ub9ce\uc740 \uae30\ub2a5\uc744 \ucd94\uac00\ud558\uace0, \ubcf4\ub2e4 \ud5a5\uc0c1\ub41c \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud558\ub294 \uc571\uc744 \ub9cc\ub4e4\uc5b4\ubcf4\uc138\uc694. \uc778\ud150\ud2b8\ub97c \ud65c\uc6a9\ud55c \ub2e4\uc591\ud55c \uc2e4\uc2b5\uc744 \ud1b5\ud574 \uc2e4\ub825\uc744 \ub354\uc6b1 \ud0a4\uc6cc\ub098\uac00\uae38 \ubc14\ub78d\ub2c8\ub2e4!<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc548\ub4dc\ub85c\uc774\ub4dc \uac1c\ubc1c\uc5d0\uc11c \uc778\ud150\ud2b8(Intent)\ub294 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uac04\uc758 \uc0c1\ud638\uc791\uc6a9\uc744 \uac00\ub2a5\ud558\uac8c \ud558\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub97c \uc774\ud574\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc740 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc778\ud150\ud2b8\uc758 \uac1c\ub150, \uc885\ub958, \uc0ac\uc6a9 \ubc29\ubc95, \uc608\uc81c \ucf54\ub4dc \ub4f1\uc744 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc778\ud150\ud2b8\ub780? \uc778\ud150\ud2b8\ub294 \uc548\ub4dc\ub85c\uc774\ub4dc \uc2dc\uc2a4\ud15c\uc5d0\uc11c \ucef4\ud3ec\ub10c\ud2b8 \uac04\uc5d0 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub3c4\ub85d \uc694\uccad\ud558\ub294 \uba54\uc2dc\uc9c0\uc785\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub294 \ub2e4\ub978 Activity, Service \ub610\ub294 Broadcast Receiver\ub97c \uc2dc\uc791\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub97c \ud1b5\ud574 \uc571 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/30683\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\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":[36],"tags":[],"class_list":["post-30683","post","type-post","status-publish","format-standard","hentry","category-36"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\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\/30683\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc548\ub4dc\ub85c\uc774\ub4dc \uac1c\ubc1c\uc5d0\uc11c \uc778\ud150\ud2b8(Intent)\ub294 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uac04\uc758 \uc0c1\ud638\uc791\uc6a9\uc744 \uac00\ub2a5\ud558\uac8c \ud558\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub97c \uc774\ud574\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc740 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc778\ud150\ud2b8\uc758 \uac1c\ub150, \uc885\ub958, \uc0ac\uc6a9 \ubc29\ubc95, \uc608\uc81c \ucf54\ub4dc \ub4f1\uc744 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc778\ud150\ud2b8\ub780? \uc778\ud150\ud2b8\ub294 \uc548\ub4dc\ub85c\uc774\ub4dc \uc2dc\uc2a4\ud15c\uc5d0\uc11c \ucef4\ud3ec\ub10c\ud2b8 \uac04\uc5d0 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub3c4\ub85d \uc694\uccad\ud558\ub294 \uba54\uc2dc\uc9c0\uc785\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub294 \ub2e4\ub978 Activity, Service \ub610\ub294 Broadcast Receiver\ub97c \uc2dc\uc791\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub97c \ud1b5\ud574 \uc571 &hellip; \ub354 \ubcf4\uae30 &quot;\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/30683\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T04:01:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:47:44+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\/30683\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30683\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\ud558\uae30\",\"datePublished\":\"2024-10-28T04:01:32+00:00\",\"dateModified\":\"2024-11-26T06:47:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30683\/\"},\"wordCount\":61,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/30683\/\",\"url\":\"https:\/\/atmokpo.com\/w\/30683\/\",\"name\":\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T04:01:32+00:00\",\"dateModified\":\"2024-11-26T06:47:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/30683\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/30683\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/30683\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\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":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\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\/30683\/","og_locale":"ko_KR","og_type":"article","og_title":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc548\ub4dc\ub85c\uc774\ub4dc \uac1c\ubc1c\uc5d0\uc11c \uc778\ud150\ud2b8(Intent)\ub294 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uac04\uc758 \uc0c1\ud638\uc791\uc6a9\uc744 \uac00\ub2a5\ud558\uac8c \ud558\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub97c \uc774\ud574\ud558\uace0 \ud65c\uc6a9\ud558\ub294 \uac83\uc740 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571 \uac1c\ubc1c\uc5d0 \uc788\uc5b4 \ud544\uc218\uc801\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \uc778\ud150\ud2b8\uc758 \uac1c\ub150, \uc885\ub958, \uc0ac\uc6a9 \ubc29\ubc95, \uc608\uc81c \ucf54\ub4dc \ub4f1\uc744 \uc790\uc138\ud788 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc778\ud150\ud2b8\ub780? \uc778\ud150\ud2b8\ub294 \uc548\ub4dc\ub85c\uc774\ub4dc \uc2dc\uc2a4\ud15c\uc5d0\uc11c \ucef4\ud3ec\ub10c\ud2b8 \uac04\uc5d0 \uc791\uc5c5\uc744 \uc218\ud589\ud558\ub3c4\ub85d \uc694\uccad\ud558\ub294 \uba54\uc2dc\uc9c0\uc785\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub294 \ub2e4\ub978 Activity, Service \ub610\ub294 Broadcast Receiver\ub97c \uc2dc\uc791\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc778\ud150\ud2b8\ub97c \ud1b5\ud574 \uc571 &hellip; \ub354 \ubcf4\uae30 \"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/30683\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T04:01:32+00:00","article_modified_time":"2024-11-26T06:47:44+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\/30683\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/30683\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\ud558\uae30","datePublished":"2024-10-28T04:01:32+00:00","dateModified":"2024-11-26T06:47:44+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/30683\/"},"wordCount":61,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc\uc571 \uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/30683\/","url":"https:\/\/atmokpo.com\/w\/30683\/","name":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T04:01:32+00:00","dateModified":"2024-11-26T06:47:44+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/30683\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/30683\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/30683\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"\uc790\ubc14 \uc548\ub4dc\ub85c\uc774\ub4dc \uc571\uac1c\ubc1c \uac15\uc88c, \uc778\ud150\ud2b8 \uc774\ud574\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\/30683","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=30683"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30683\/revisions"}],"predecessor-version":[{"id":30684,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/30683\/revisions\/30684"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=30683"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=30683"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=30683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}