Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyanogenMod/android_frameworks_base
/ getUTF16StringsOption
Method
getUTF16StringsOption
tools/aapt/Bundle.h:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
void setErrorOnFailedInsert(bool val) { mErrorOnFailedInsert = val; }
129
130
bool getUTF16StringsOption() {
131
return mWantUTF16 || !isMinSdkAtLeast(SDK_FROYO);
132
}
133
134
/*
135
* Input options.
Callers
2
flatten
Method · 0.80
buildResources
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected