Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8455203
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:13:30+00:00 2026-06-10T12:13:30+00:00

Hi im stuck on this one. Setting up a RecentSearchProvider as such public class

  • 0

Hi im stuck on this one.

Setting up a RecentSearchProvider as such

public class MyRecentSuggestionProvider extends SearchRecentSuggestionsProvider {

public final static int MODE = DATABASE_MODE_QUERIES;
public static String AUTHORITY = "com.xxxxx.authority";

public MyRecentSuggestionProvider() {
    super();

    setupSuggestions(AUTHORITY, MODE);

    }
}

However I would like to set the Authority from res/strings ie.

    setupSuggestions(getContext().getResources().getString(R.string.authority), MODE);

Though this gets a null pointer exception.

Any suggestions as to how to get about this?
Aiden

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T12:13:32+00:00Added an answer on June 10, 2026 at 12:13 pm

    Took me a while but i found a great way to do this.

    As my app can be built against many targets, with different package names i did this.

    String packagename = getClass().getPackage().getName();
            if (packagename.equals("com.company1")){
                AUTHORITY = "com.company1.authority";
            }else{
                AUTHORITY = "com.company2.authority";
            }
    

    Hope this helps someone

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am stuck on this one piece of code because I can't get the
I am designing a cookbook website and I am stuck on this one problem.
I'm stuck for ideas on this one. I'm working on a CMS that uses
This is probably a simple one to answer, but I'm stuck, so here goes.
Could use some help. I am utterly stuck, been trying to fix this one
It's amazing how fast you start using this framework, but i'm stuck on one
I am really stuck on this one. Website is almost finished. Just trying to
I know there are a lot of similar questions to this one around Stack
I defined a Window in WPF, into this one I put a stack panel
I'm playing with one stack overflow example. This example looks like this: void return_input

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.