Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 364 Bytes

File metadata and controls

8 lines (6 loc) · 364 Bytes

LocalNotificationForUnity

Description

  1. Use Eclipse Export jar file and put at Unity/Assets/Plugin/Android Folder
  2. AndroidManifest.xml application Add receiver android:name="com.maxwei.notification.AlarmReceiver" android:enabled="true" android:exported="true"
  3. AndroidManifest.xml Add uses-permission android:name="android.permission.WAKE_LOCK"
  4. Done