12345678910111213141516171819 |
- {
- "name": "SIMCardInfoPlugin",
- "id": "SIMCardInfoPlugin",
- "version": "1.1.1",
- "description": "获取SIM卡信息",
- "_dp_type": "nativeplugin",
- "_dp_nativeplugin": {
- "android": {
- "plugins" :[
- {
- "type": "module",
- "name": "SIMCardInfoPlugin",
- "class": "uni.dcloud.io.SIMCardInfoPlugin.MyTest"
- }
- ],
- "integrateType": "aar"
- }
- }
- }
|