This repository was archived by the owner on Feb 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
java/com/anysoftkeyboard/languagepack/afrikaans Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ android {
5454 buildToolsVersion ' 26.0.0'
5555
5656 defaultConfig {
57- applicationId " com.anysoftkeyboard.languagepack.Afrikaans "
57+ applicationId " com.anysoftkeyboard.languagepack.afrikaans "
5858 minSdkVersion 7
5959 targetSdkVersion 26
6060 versionName versionData. versionName
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.anysoftkeyboard.languagepack.languagepack " >
3+ package =" com.anysoftkeyboard.languagepack.afrikaans " >
44
55 <supports-screens
66 android : anyDensity =" true"
1414 android : icon =" @mipmap/ic_launcher"
1515 android : label =" @string/app_name" >
1616 <receiver
17- android : name =" com.anysoftkeyboard.languagepack.languagepack .PackBroadcastReceiver"
17+ android : name =" com.anysoftkeyboard.languagepack.afrikaans .PackBroadcastReceiver"
1818 android : exported =" true" >
1919 <intent-filter >
2020 <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