Skip to content

Instantly share code, notes, and snippets.

@doyle-flutter
Created February 18, 2021 09:00
Show Gist options
  • Save doyle-flutter/6a0e77c1902fce53a2e1244137051102 to your computer and use it in GitHub Desktop.
Save doyle-flutter/6a0e77c1902fce53a2e1244137051102 to your computer and use it in GitHub Desktop.
// ... 생략
<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