adds some notes about phone number
This commit is contained in:
parent
d4c63ab7af
commit
7e9d15dd7d
2 changed files with 7 additions and 1 deletions
6
Notes.md
6
Notes.md
|
@ -14,4 +14,8 @@ https://stackoverflow.com/questions/33588459/what-is-android-multidex
|
||||||
|
|
||||||
### What does " tools:ignore="GoogleAppIndexingWarning"" mean?
|
### What does " tools:ignore="GoogleAppIndexingWarning"" mean?
|
||||||
|
|
||||||
### What does "tools:replace="android:label, android:allowBackup"" mean?
|
### What does "tools:replace="android:label, android:allowBackup"" mean?
|
||||||
|
|
||||||
|
### Obtaining Phone Number
|
||||||
|
Scheint nicht garantiert zu sein. Ggf. Device ID doch besser -> Use Case des Wechsels ggf. haeufiger notwendig
|
||||||
|
https://stackoverflow.com/questions/2480288/programmatically-obtain-the-phone-number-of-the-android-phone
|
|
@ -9,6 +9,8 @@
|
||||||
# Requires ImageMagic
|
# Requires ImageMagic
|
||||||
# SVG conversion recommended to be done with Inkscape:
|
# SVG conversion recommended to be done with Inkscape:
|
||||||
# https://inkscape.org/en/
|
# https://inkscape.org/en/
|
||||||
|
#
|
||||||
|
# Copied from: https://stackoverflow.com/questions/2480288/programmatically-obtain-the-phone-number-of-the-android-phone
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue