I was developing a very simple app, 3 activities:
> main that will check for existing URL in SharedPreferences and open 
WebActivity if exists, and UrlActivity if doesn't exist.
> UrlActivity to insert a code that will complete the main URL (registered 
in strings.xml - using getString(R.string.resource_name)), and start 
WebActivity.
> WebActivity will simply load the page corresponding to the URL set before.

The only catch is that the app is validating existence of active network 
before doing any of this.

Now it won't install on phone with android 6.0...

What could have gone wrong now? :o

Thanks in advance for any help

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ad3ed248-3f17-450b-bd95-cb519cae4520%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to