mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
first experiments with colordict 3
This commit is contained in:
parent
24c2fe7074
commit
3cb4674893
2 changed files with 41 additions and 10 deletions
|
@ -26,15 +26,17 @@ public class PackageInfo {
|
|||
public final String Title;
|
||||
|
||||
public final String IntentAction;
|
||||
public final String IntentKey;
|
||||
public final String IntentDataPattern;
|
||||
|
||||
PackageInfo(String id, String packageName, String className, String title, String intentAction, String intentDataPattern) {
|
||||
PackageInfo(String id, String packageName, String className, String title, String intentAction, String intentKey, String intentDataPattern) {
|
||||
Id = id;
|
||||
PackageName = packageName;
|
||||
ClassName = className;
|
||||
Title = title;
|
||||
|
||||
IntentAction = intentAction;
|
||||
IntentKey = intentKey;
|
||||
IntentDataPattern = intentDataPattern;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue