You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/
This commit is contained in:
@@ -3,7 +3,7 @@ package android.content;
|
||||
public class ClipData {
|
||||
|
||||
String text;
|
||||
|
||||
|
||||
public static ClipData newPlainText(CharSequence label, CharSequence text) {
|
||||
ClipData clip = new ClipData();
|
||||
clip.text = text.toString();
|
||||
|
||||
@@ -10,7 +10,7 @@ import android.net.Uri;
|
||||
import java.util.Iterator;
|
||||
|
||||
public class IntentFilter {
|
||||
|
||||
|
||||
private List<String> actions = new ArrayList<>();
|
||||
private Set<String> categories = new HashSet<>();
|
||||
private List<String> dataSchemes = new ArrayList<>();
|
||||
|
||||
@@ -1674,7 +1674,7 @@ public class PackageManager {
|
||||
* to modify the data returned.
|
||||
*
|
||||
* @return ProviderInfo containing information about the service.
|
||||
* @throws Exception
|
||||
* @throws Exception
|
||||
*
|
||||
* @see #GET_META_DATA
|
||||
* @see #GET_SHARED_LIBRARY_FILES
|
||||
@@ -2402,7 +2402,7 @@ public class PackageManager {
|
||||
*
|
||||
* @return ContentProviderInfo Information about the provider, if found,
|
||||
* else null.
|
||||
* @throws Exception
|
||||
* @throws Exception
|
||||
*/
|
||||
public ProviderInfo resolveContentProvider(String authority, int flags) {
|
||||
for (PackageParser.Provider p : Context.pkg.providers) {
|
||||
|
||||
@@ -56,4 +56,4 @@ public class PackageUserState {
|
||||
? new HashSet<String>(o.enabledComponents)
|
||||
: null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user