Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

not to use resValue #44

Closed
qwe3243002 opened this issue Sep 18, 2015 · 1 comment
Closed

not to use resValue #44

qwe3243002 opened this issue Sep 18, 2015 · 1 comment
Labels

Comments

@qwe3243002
Copy link

Hi,
In Android Studio,we can use resValue to define authority in provider,but how to define authority in eclipse environment for multi-apps?

@passsy
Copy link
Contributor

passsy commented Sep 18, 2015

simply create a string resource

res/xml/tray.xml

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="tray__authority" translatable="false">com.example.preferences</string>
</resources>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants