This repository was archived by the owner on Feb 4, 2020. It is now read-only.
File tree 3 files changed +17
-17
lines changed
java/com/anysoftkeyboard/languagepack/afrikaans
3 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ android {
54
54
buildToolsVersion ' 26.0.0'
55
55
56
56
defaultConfig {
57
- applicationId " com.anysoftkeyboard.languagepack.Afrikaans "
57
+ applicationId " com.anysoftkeyboard.languagepack.afrikaans "
58
58
minSdkVersion 7
59
59
targetSdkVersion 26
60
60
versionName versionData. versionName
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.anysoftkeyboard.languagepack.languagepack " >
3
+ package =" com.anysoftkeyboard.languagepack.afrikaans " >
4
4
5
5
<supports-screens
6
6
android : anyDensity =" true"
14
14
android : icon =" @mipmap/ic_launcher"
15
15
android : label =" @string/app_name" >
16
16
<receiver
17
- android : name =" com.anysoftkeyboard.languagepack.languagepack .PackBroadcastReceiver"
17
+ android : name =" com.anysoftkeyboard.languagepack.afrikaans .PackBroadcastReceiver"
18
18
android : exported =" true" >
19
19
<intent-filter >
20
20
<action android : name =" com.menny.android.anysoftkeyboard.KEYBOARD" />
Original file line number Diff line number Diff line change 1
- package com .anysoftkeyboard .languagepack .languagepack ;
2
-
3
- import android .content .BroadcastReceiver ;
4
- import android .content .Context ;
5
- import android .content .Intent ;
6
-
7
- public class PackBroadcastReceiver extends BroadcastReceiver {
8
-
9
- @ Override
10
- public void onReceive (Context arg0 , Intent arg1 ) {
11
-
12
- }
13
-
14
- }
1
+ package com .anysoftkeyboard .languagepack .afrikaans ;
2
+
3
+ import android .content .BroadcastReceiver ;
4
+ import android .content .Context ;
5
+ import android .content .Intent ;
6
+
7
+ public class PackBroadcastReceiver extends BroadcastReceiver {
8
+
9
+ @ Override
10
+ public void onReceive (Context arg0 , Intent arg1 ) {
11
+
12
+ }
13
+
14
+ }
You can’t perform that action at this time.
0 commit comments