• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. P

    Apps cannot bind service in android 5.0

    the first app exported a service, the second app cannot bind the service, and there is no error message. String serviceName = Constants.SERVICE_NAME_PREFIX + serviceVersion; ComponentName cpName = new ComponentName(context, serviceName); Intent service = new Intent()...