Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RingtonePreference ActivityNotFoundException #17

Closed
dirkam opened this issue Dec 24, 2015 · 2 comments
Closed

RingtonePreference ActivityNotFoundException #17

dirkam opened this issue Dec 24, 2015 · 2 comments
Labels

Comments

@dirkam
Copy link

dirkam commented Dec 24, 2015

Can you please take a look at this?

android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.RINGTONE_PICKER (has extras) }
    at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1817)
    at android.app.Instrumentation.execStartActivity(Instrumentation.java:1632)
    at android.app.Activity.startActivityFromFragment(Activity.java:4630)
    at android.app.Fragment.startActivityForResult(Fragment.java:1114)
    at android.app.Fragment.startActivityForResult(Fragment.java:1098)
    at android.preference.RingtonePreference.onClick(RingtonePreference.java:168)
    at android.preference.Preference.performClick(Preference.java:1163)
    at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:269)
    at android.widget.AdapterView.performItemClick(AdapterView.java:339)
    at android.widget.AbsListView.performItemClick(AbsListView.java:1544)
    at android.widget.AbsListView$PerformClick.run(AbsListView.java:3721)
    at android.widget.AbsListView$3.run(AbsListView.java:5660)
    at android.os.Handler.handleCallback(Handler.java:739)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:145)
    at android.app.ActivityThread.main(ActivityThread.java:6837)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)
@consp1racy
Copy link
Owner

Hello, this has nothing to do with my library. As you can see here

android.preference.RingtonePreference

you're using the native preference framework.

If you'd like to use this library, please read https://github.com/consp1racy/android-support-preference#how-to-use-the-library

@dirkam
Copy link
Author

dirkam commented Dec 24, 2015

You are absolutely right, sorry for this.

Repository owner locked and limited conversation to collaborators Dec 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants