overlay: Define local contact name and type
Change-Id: I505c2b187a0aa7cfe28ab7b4cbb970baac376287
This commit is contained in:
		@@ -163,4 +163,18 @@
 | 
			
		||||
             2 - MODE_NIGHT_YES
 | 
			
		||||
    -->
 | 
			
		||||
    <integer name="config_defaultNightMode">2</integer>
 | 
			
		||||
 | 
			
		||||
    <!-- The default value used for RawContacts.ACCOUNT_NAME when contacts are inserted without this
 | 
			
		||||
         column set. These contacts are stored locally on the device and will not be removed even
 | 
			
		||||
         if no android.account.Account with this name exists. A null string will be used if the
 | 
			
		||||
         value is left empty. When this is non-empty then config_rawContactsLocalAccountType
 | 
			
		||||
         should also be non-empty.  -->
 | 
			
		||||
    <string name="config_rawContactsLocalAccountName" translatable="false">DEVICE</string>
 | 
			
		||||
 | 
			
		||||
    <!-- The default value used for RawContacts.ACCOUNT_TYPE when contacts are inserted without this
 | 
			
		||||
         column set. These contacts are stored locally on the device and will not be removed even
 | 
			
		||||
         if no android.account.Account with this type exists. A null string will be used if the
 | 
			
		||||
         value is left empty.  When this is non-empty then config_rawContactsLocalAccountName
 | 
			
		||||
         should also be non-empty.-->
 | 
			
		||||
    <string name="config_rawContactsLocalAccountType" translatable="false">com.android.contacts</string>
 | 
			
		||||
</resources>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user