diff options
author | steckbrief <steckbrief@chefmail.de> | 2020-11-09 08:33:21 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2020-11-09 08:33:21 +0100 |
commit | 7e9d15dd7d1e21335a94832aa23c056b2e924d9d (patch) | |
tree | 892f9140b0b689b0666f73e66af48fe17d6d9f6a | |
parent | d4c63ab7af355d5548f514b79b7ad4980ae854e8 (diff) |
adds some notes about phone numberfeature/fixed_domain_flavor
-rw-r--r-- | Notes.md | 6 | ||||
-rw-r--r-- | art/generateAndroidDrawables.sh | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -14,4 +14,8 @@ https://stackoverflow.com/questions/33588459/what-is-android-multidex ### What does " tools:ignore="GoogleAppIndexingWarning"" mean? -### What does "tools:replace="android:label, android:allowBackup"" mean?
\ No newline at end of file +### 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
\ No newline at end of file diff --git a/art/generateAndroidDrawables.sh b/art/generateAndroidDrawables.sh index 8bfc44cc2..938a8919a 100644 --- a/art/generateAndroidDrawables.sh +++ b/art/generateAndroidDrawables.sh @@ -9,6 +9,8 @@ # Requires ImageMagic # SVG conversion recommended to be done with Inkscape: # https://inkscape.org/en/ +# +# Copied from: https://stackoverflow.com/questions/2480288/programmatically-obtain-the-phone-number-of-the-android-phone |