File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
3
- id =" net.ninjaenterprises .nuance" version =" 0.1.0" >
4
- <name >Device </name >
3
+ id =" nire .nuance" version =" 0.1.0" >
4
+ <name >Nuance Dragon Dictate Plugin </name >
5
5
<description >Cordova Nuance Ndev Plugin</description >
6
6
<license >Apache 2.0</license >
7
7
<keywords >cordova,voice_recognition</keywords >
36
36
<platform name =" android" >
37
37
<config-file target =" res/xml/config.xml" parent =" /*" >
38
38
<feature name =" NuancePlugin" >
39
- <param name =" android-package" value =" net.ninjaenterprises .nuance.NuancePlugin" />
39
+ <param name =" android-package" value =" nire .nuance.NuancePlugin" />
40
40
</feature >
41
41
</config-file >
42
42
43
43
<config-file target =" AndroidManifest.xml" parent =" /*" >
44
44
<uses-permission android : name =" android.permission.RECORD_AUDIO" />
45
45
</config-file >
46
46
47
- <source-file src =" src/android/CredentialsParser.java" target-dir =" src/net/ninjaenterprises /nuance" />
48
- <source-file src =" src/android/NuancePlugin.java" target-dir =" src/net/ninjaenterprises /nuance" />
47
+ <source-file src =" src/android/CredentialsParser.java" target-dir =" src/nire /nuance" />
48
+ <source-file src =" src/android/NuancePlugin.java" target-dir =" src/nire /nuance" />
49
49
50
50
<source-file src =" libs/android/nmdp_speech_kit.jar" target-dir =" libs" />
51
51
<source-file src =" libs/android/armeabi/libnmsp_speex.so" target-dir =" libs/armeabi" />
Original file line number Diff line number Diff line change 1
- package net . ninjaenterprises .nuance ;
1
+ package nire .nuance ;
2
2
import android .util .Log ;
3
3
4
4
public class CredentialsParser {
Original file line number Diff line number Diff line change 1
1
2
- package net . ninjaenterprises .nuance ;
2
+ package nire .nuance ;
3
3
4
4
import org .apache .cordova .CallbackContext ;
5
5
import org .apache .cordova .CordovaPlugin ;
Original file line number Diff line number Diff line change 1
- package com .nuance . speechkit .phonegap ;
1
+ package nire .nuance .phonegap ;
2
2
3
3
import android .os .Bundle ;
4
4
import android .util .Log ;
You can’t perform that action at this time.
0 commit comments