package.json 485 B

1234567891011121314151617181920
  1. {
  2. "name": "AutoStart",
  3. "id": "Fvv-AutoStart",
  4. "version": "1.0.0",
  5. "description": "安卓开机自启动",
  6. "_dp_type":"nativeplugin",
  7. "_dp_nativeplugin":{
  8. "android": {
  9. "plugins": [
  10. {
  11. "type": "module",
  12. "name": "Fvv-AutoStart",
  13. "class": "uni.fvv.autostart"
  14. }
  15. ],
  16. "integrateType": "aar",
  17. "minSdkVersion": "17"
  18. }
  19. }
  20. }