mirror of
https://github.com/jberkel/sms-backup-plus.git
synced 2026-04-26 01:15:58 +03:00
[GH-ISSUE #127] add hint about browser problems in oauth dialog #108
Labels
No labels
AM+RCS
FAQ
awaiting response
backup
bespoke
bug
calendar
call log
cannot reproduce
cloudless
device-specific
documentation
dual- & multi-SIM
duplicate
feature-request
fixed in beta
good first issue
half-missing
help wanted
helpful
meta
misattribution
mms
other message sources
pull-request
question
rejuvenation
restore
schedule
security
stale
task
thanks
v1.5.1
v1.5.10
v1.5.11
v1.5.2
v1.5.3
v1.5.3
v1.5.4
v1.5.4
v1.5.5
v1.5.5
v1.5.6
v1.5.7
v1.5.8
v1.5.9
v1.6β
xoauth
~$ bounty $~
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sms-backup-plus-jberkel#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jberkel on GitHub (Jan 29, 2011).
Original GitHub issue: https://github.com/jberkel/sms-backup-plus/issues/127
possible to check for standard browser??
@dr-norton commented on GitHub (Sep 18, 2011):
i don't know whether it's related, sorry if it's not. i don't have stock/standart browser, and don't want to use it. i use opera mini but apparently it's impossible to grant/deny access with it. is there any way to cope with it?
@jddcef commented on GitHub (Dec 18, 2011):
Did some research, yes it seems possible to force opening the default browser:
Using
intent.setComponent(new ComponentName("com.android.browser", "com.android.browser.BrowserActivity"));http://stackoverflow.com/a/3494991/40961
Also, related: you can initiate the Chooser dialog for the user to choose an associated handler for the intent....
startActivity(createChooser(new Intent(Intent.ACTION_VIEW, Uri.parse(...)), 'Pick a Browser'));http://stackoverflow.com/a/6307390/40961
@jddcef commented on GitHub (Dec 18, 2011):
I tried it out on the 1.5 emulator and
intent.setComponent(new ComponentName("com.android.browser", "com.android.browser.BrowserActivity"));seems to work.@jberkel commented on GitHub (Jan 3, 2012):
@jddcef: i think the problems is with devices which don't ship with the default browser - so this would fail there too.
however it could first try explicit intent, then default.
actually the best way to solve this problem is to use a webview, and not depend on any installed browser.
@jddcef commented on GitHub (Jan 4, 2012):
Good idea, any idea of the percentages that don't ship with the default browser? It must surely be less than 1.5 devices?
@jberkel commented on GitHub (Jan 4, 2012):
no idea - really depends on manufacturer.