Created
February 18, 2021 09:00
-
-
Save doyle-flutter/6a0e77c1902fce53a2e1244137051102 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ... 생략 | |
| <uses-permission android:name="android.permission.INTERNET" /> | |
| <application | |
| android:icon="@mipmap/ic_launcher" | |
| android:label="andtest" | |
| android:usesCleartextTraffic="true"> | |
| <service | |
| android:name=".MyIntentService" | |
| android:exported="true" | |
| android:enabled="true" | |
| tools:ignore="Instantiatable"></service> | |
| // ... 생략 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment