mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-18 18:02:57 +08:00
fix(theme-detection): added android platform (#3143)
This commit is contained in:
parent
4d1e0e6949
commit
a55bb60d70
@ -44,7 +44,7 @@ export interface ThemeDetectionResponse {
|
|||||||
repo: 'https://github.com/mariusbackes/cordova-plugin-theme-detection',
|
repo: 'https://github.com/mariusbackes/cordova-plugin-theme-detection',
|
||||||
install: 'cordova plugin add cordova-plugin-theme-detection',
|
install: 'cordova plugin add cordova-plugin-theme-detection',
|
||||||
installVariables: [],
|
installVariables: [],
|
||||||
platforms: ['iOS']
|
platforms: ['iOS', 'Android']
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class ThemeDetection extends IonicNativePlugin {
|
export class ThemeDetection extends IonicNativePlugin {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user