This repository was archived by the owner on Apr 2, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121 <config-file target =" res/xml/config.xml" parent =" /*" >
2222 <feature name =" Keyboard" >
23- <param name =" android-package" value =" com .ionic.keyboard.IonicKeyboard" />
23+ <param name =" android-package" value =" io .ionic.keyboard.IonicKeyboard" />
2424 <param name =" onload" value =" true" />
2525 </feature >
2626 </config-file >
2727
28- <source-file src =" src/android/IonicKeyboard.java" target-dir =" src/com /ionic/keyboard" />
28+ <source-file src =" src/android/IonicKeyboard.java" target-dir =" src/io /ionic/keyboard" />
2929 </platform >
3030
3131 <!-- ios -->
4848 <lib-file src =" src/blackberry10/native/device/libKeyboard.so" arch =" device" />
4949 <lib-file src =" src/blackberry10/native/simulator/libKeyboard.so" arch =" simulator" />
5050 <config-file target =" www/config.xml" parent =" /widget" >
51- <feature name =" Keyboard" value =" com .ionic.keyboard" />
51+ <feature name =" Keyboard" value =" io .ionic.keyboard" />
5252
5353 </config-file >
5454 </platform >
Original file line number Diff line number Diff line change 1- package com .ionic .keyboard ;
1+ package io .ionic .keyboard ;
22
33import org .apache .cordova .CallbackContext ;
44import org .apache .cordova .CordovaInterface ;
You can’t perform that action at this time.
0 commit comments