summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-10-10 16:58:58 +0200
committerParménides GV <parmegv@sdf.org>2013-10-10 16:58:58 +0200
commita2a38163202e53eea1328d7c20ec0e94b33f2fc6 (patch)
treef1acbdaa6403e6230c881d430099d6f841dcc705 /AndroidManifest.xml
parent04fedee9f6be1e3e46a8c91c9a39343513cc6fe1 (diff)
Refactored leapclient to bitmaskclient.
I do not change the company (se.leap). All references within strings.xml point to "bitmask" instead of to "leap".
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 320d4fc4..2933a1ba 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,7 +16,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="se.leap.leapclient"
+ package="se.leap.bitmaskclient"
android:versionCode="60"
android:versionName="0.2.0" >
@@ -67,7 +67,7 @@
<action android:name="se.leap.openvpn.api.IOpenVPNAPIService" />
</intent-filter>
</service>
- <service android:name="se.leap.leapclient.ProviderAPI" android:enabled="true"/>
+ <service android:name="se.leap.bitmaskclient.ProviderAPI" android:enabled="true"/>
<activity
android:name="se.leap.openvpn.api.GrantPermissionsActivity"
@@ -141,7 +141,7 @@
android:grantUriPermissions="true" />
<activity
- android:name="se.leap.leapclient.Dashboard"
+ android:name="se.leap.bitmaskclient.Dashboard"
android:label="@string/title_activity_dashboard" >
<intent-filter android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
@@ -150,15 +150,15 @@
</intent-filter>
</activity>
<activity
- android:name="se.leap.leapclient.ConfigurationWizard"
+ android:name="se.leap.bitmaskclient.ConfigurationWizard"
android:label="@string/title_activity_configuration_wizard" >
</activity>
- <service android:name=".EIP" android:exported="false">
+ <service android:name="se.leap.bitmaskclient.EIP" android:exported="false">
<intent-filter>
- <action android:name="se.leap.leapclient.UPDATE_EIP_SERVICE"/>
- <action android:name="se.leap.leapclient.START_EIP"/>
- <action android:name="se.leap.leapclient.STOP_EIP"/>
+ <action android:name="se.leap.bitmaskclient.UPDATE_EIP_SERVICE"/>
+ <action android:name="se.leap.bitmaskclient.START_EIP"/>
+ <action android:name="se.leap.bitmaskclient.STOP_EIP"/>
</intent-filter>
</service>
</application>