We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8354ca commit 3c1c40fCopy full SHA for 3c1c40f
1 file changed
README.md
@@ -41,7 +41,7 @@ startActivity(intent);
41
```
42
经过以上配置之后,DataAutoAccess会自动从intent中取出数据,给name和description变量赋值,而且当activity由于系统内存不足将要被杀死时,也会自动保存变量值,在onCreate时取出进行赋值。
43
###Supported field type
44
-All type which bundle supported:
+Support all type which bundle supported:<br>
45
String, int, boolean, double, float, long, byte, char, short, Parcelable, Serializable, Bundle, CharSequence,ArrayList<String>, ArrayList<Integer>, ArrayList<Parcelable>, ArrayList<CharSequence>, String[], int[], boolean[], double[], float[], long[], byte[], char[], short[], ParcelableBean[], CharSequenceBean[].
46
47
##Download
0 commit comments